Smaws_Client_PersonalizePersonalize client library built on EIO.
module Types : sig ... endval make_update_solution_response :
?solution_arn:Types.arn ->
unit ->
Types.update_solution_responseval make_auto_training_config :
?scheduling_expression:Types.scheduling_expression ->
unit ->
Types.auto_training_configval make_event_parameters :
?weight:Types.event_type_weight ->
?event_value_threshold:Types.event_type_threshold_value ->
?event_type:Types.event_type ->
unit ->
Types.event_parametersval make_events_config :
?event_parameters_list:Types.event_parameters_list ->
unit ->
Types.events_configval make_solution_update_config :
?events_config:Types.events_config ->
?auto_training_config:Types.auto_training_config ->
unit ->
Types.solution_update_configval make_update_solution_request :
?solution_update_config:Types.solution_update_config ->
?perform_incremental_update:Types.perform_incremental_update ->
?perform_auto_training:Types.perform_auto_training ->
solution_arn:Types.arn ->
unit ->
Types.update_solution_requestval make_update_recommender_response :
?recommender_arn:Types.arn ->
unit ->
Types.update_recommender_responseval make_training_data_config :
?included_dataset_columns:Types.included_dataset_columns ->
?excluded_dataset_columns:Types.excluded_dataset_columns ->
unit ->
Types.training_data_configval make_recommender_config :
?enable_metadata_with_recommendations:Types.boolean_ ->
?training_data_config:Types.training_data_config ->
?min_recommendation_requests_per_second:Types.transactions_per_second ->
?item_exploration_config:Types.hyper_parameters ->
unit ->
Types.recommender_configval make_update_recommender_request :
recommender_config:Types.recommender_config ->
recommender_arn:Types.arn ->
unit ->
Types.update_recommender_requestval make_update_metric_attribution_response :
?metric_attribution_arn:Types.arn ->
unit ->
Types.update_metric_attribution_responseval make_metric_attribute :
expression:Types.metric_expression ->
metric_name:Types.metric_name ->
event_type:Types.event_type ->
unit ->
Types.metric_attributeval make_s3_data_config :
?kms_key_arn:Types.kms_key_arn ->
path:Types.s3_location ->
unit ->
Types.s3_data_configval make_metric_attribution_output :
?s3_data_destination:Types.s3_data_config ->
role_arn:Types.role_arn ->
unit ->
Types.metric_attribution_outputval make_update_metric_attribution_request :
?metric_attribution_arn:Types.arn ->
?metrics_output_config:Types.metric_attribution_output ->
?remove_metrics:Types.metric_attributes_names_list ->
?add_metrics:Types.metric_attributes ->
unit ->
Types.update_metric_attribution_requestval make_update_dataset_response :
?dataset_arn:Types.arn ->
unit ->
Types.update_dataset_responseval make_update_dataset_request :
schema_arn:Types.arn ->
dataset_arn:Types.arn ->
unit ->
Types.update_dataset_requestval make_update_campaign_response :
?campaign_arn:Types.arn ->
unit ->
Types.update_campaign_responseval make_campaign_config :
?ranking_influence:Types.ranking_influence ->
?sync_with_latest_solution_version:Types.boolean_ ->
?enable_metadata_with_recommendations:Types.boolean_ ->
?item_exploration_config:Types.hyper_parameters ->
unit ->
Types.campaign_configval make_update_campaign_request :
?campaign_config:Types.campaign_config ->
?min_provisioned_tp_s:Types.transactions_per_second ->
?solution_version_arn:Types.arn ->
campaign_arn:Types.arn ->
unit ->
Types.update_campaign_requestval make_untag_resource_request :
tag_keys:Types.tag_keys ->
resource_arn:Types.arn ->
unit ->
Types.untag_resource_requestval make_tuned_hpo_params :
?algorithm_hyper_parameters:Types.hyper_parameters ->
unit ->
Types.tuned_hpo_paramsval make_fields_for_theme_generation :
item_name:Types.column_name ->
unit ->
Types.fields_for_theme_generationval make_theme_generation_config :
fields_for_theme_generation:Types.fields_for_theme_generation ->
unit ->
Types.theme_generation_configval make_tag :
tag_value:Types.tag_value ->
tag_key:Types.tag_key ->
unit ->
Types.tagval make_tag_resource_request :
tags:Types.tags ->
resource_arn:Types.arn ->
unit ->
Types.tag_resource_requestval make_stop_solution_version_creation_request :
solution_version_arn:Types.arn ->
unit ->
Types.stop_solution_version_creation_requestval make_stop_recommender_response :
?recommender_arn:Types.arn ->
unit ->
Types.stop_recommender_responseval make_stop_recommender_request :
recommender_arn:Types.arn ->
unit ->
Types.stop_recommender_requestval make_start_recommender_response :
?recommender_arn:Types.arn ->
unit ->
Types.start_recommender_responseval make_start_recommender_request :
recommender_arn:Types.arn ->
unit ->
Types.start_recommender_requestval make_solution_summary :
?recipe_arn:Types.arn ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?solution_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.solution_summaryval make_solution_version_summary :
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?training_type:Types.training_type ->
?training_mode:Types.training_mode ->
?status:Types.status ->
?solution_version_arn:Types.arn ->
unit ->
Types.solution_version_summaryval make_hpo_objective :
?metric_regex:Types.metric_regex ->
?metric_name:Types.metric_name ->
?type_:Types.hpo_objective_type ->
unit ->
Types.hpo_objectiveval make_hpo_resource_config :
?max_parallel_training_jobs:Types.hpo_resource ->
?max_number_of_training_jobs:Types.hpo_resource ->
unit ->
Types.hpo_resource_configval make_integer_hyper_parameter_range :
?max_value:Types.integer_max_value ->
?min_value:Types.integer_min_value ->
?name:Types.parameter_name ->
unit ->
Types.integer_hyper_parameter_rangeval make_continuous_hyper_parameter_range :
?max_value:Types.continuous_max_value ->
?min_value:Types.continuous_min_value ->
?name:Types.parameter_name ->
unit ->
Types.continuous_hyper_parameter_rangeval make_categorical_hyper_parameter_range :
?values:Types.categorical_values ->
?name:Types.parameter_name ->
unit ->
Types.categorical_hyper_parameter_rangeval make_hyper_parameter_ranges :
?categorical_hyper_parameter_ranges:Types.categorical_hyper_parameter_ranges ->
?continuous_hyper_parameter_ranges:Types.continuous_hyper_parameter_ranges ->
?integer_hyper_parameter_ranges:Types.integer_hyper_parameter_ranges ->
unit ->
Types.hyper_parameter_rangesval make_hpo_config :
?algorithm_hyper_parameter_ranges:Types.hyper_parameter_ranges ->
?hpo_resource_config:Types.hpo_resource_config ->
?hpo_objective:Types.hpo_objective ->
unit ->
Types.hpo_configval make_auto_ml_config :
?recipe_list:Types.arn_list ->
?metric_name:Types.metric_name ->
unit ->
Types.auto_ml_configval make_optimization_objective :
?objective_sensitivity:Types.objective_sensitivity ->
?item_attribute:Types.item_attribute ->
unit ->
Types.optimization_objectiveval make_solution_config :
?auto_training_config:Types.auto_training_config ->
?training_data_config:Types.training_data_config ->
?optimization_objective:Types.optimization_objective ->
?events_config:Types.events_config ->
?auto_ml_config:Types.auto_ml_config ->
?feature_transformation_parameters:Types.feature_transformation_parameters ->
?algorithm_hyper_parameters:Types.hyper_parameters ->
?hpo_config:Types.hpo_config ->
?event_value_threshold:Types.event_value_threshold ->
unit ->
Types.solution_configval make_solution_version :
?training_type:Types.training_type ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?failure_reason:Types.failure_reason ->
?status:Types.status ->
?tuned_hpo_params:Types.tuned_hpo_params ->
?training_mode:Types.training_mode ->
?training_hours:Types.training_hours ->
?solution_config:Types.solution_config ->
?dataset_group_arn:Types.arn ->
?event_type:Types.event_type ->
?recipe_arn:Types.arn ->
?perform_incremental_update:Types.perform_incremental_update ->
?perform_auto_m_l:Types.perform_auto_m_l ->
?perform_hp_o:Types.perform_hp_o ->
?solution_arn:Types.arn ->
?solution_version_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.solution_versionval make_solution_update_summary :
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?perform_incremental_update:Types.perform_incremental_update ->
?perform_auto_training:Types.perform_auto_training ->
?status:Types.status ->
?solution_update_config:Types.solution_update_config ->
unit ->
Types.solution_update_summaryval make_solution :
?latest_solution_update:Types.solution_update_summary ->
?latest_solution_version:Types.solution_version_summary ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?auto_ml_result:Types.auto_ml_result ->
?solution_config:Types.solution_config ->
?event_type:Types.event_type ->
?dataset_group_arn:Types.arn ->
?recipe_arn:Types.arn ->
?perform_incremental_update:Types.perform_incremental_update ->
?perform_auto_training:Types.perform_auto_training ->
?perform_auto_m_l:Types.perform_auto_m_l ->
?perform_hp_o:Types.perform_hp_o ->
?solution_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.solutionval make_dataset_schema_summary :
?domain:Types.domain ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?schema_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.dataset_schema_summaryval make_recommender_summary :
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?recommender_config:Types.recommender_config ->
?recipe_arn:Types.arn ->
?dataset_group_arn:Types.arn ->
?recommender_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.recommender_summaryval make_recommender_update_summary :
?failure_reason:Types.failure_reason ->
?status:Types.status ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?recommender_config:Types.recommender_config ->
unit ->
Types.recommender_update_summaryval make_recommender :
?model_metrics:Types.metrics ->
?latest_recommender_update:Types.recommender_update_summary ->
?failure_reason:Types.failure_reason ->
?status:Types.status ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?recommender_config:Types.recommender_config ->
?recipe_arn:Types.arn ->
?name:Types.name ->
?dataset_group_arn:Types.arn ->
?recommender_arn:Types.arn ->
unit ->
Types.recommenderval make_recipe_summary :
?domain:Types.domain ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?recipe_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.recipe_summaryval make_recipe :
?last_updated_date_time:Types.date ->
?recipe_type:Types.recipe_type ->
?creation_date_time:Types.date ->
?description:Types.description ->
?status:Types.status ->
?feature_transformation_arn:Types.arn ->
?algorithm_arn:Types.arn ->
?recipe_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.recipeval make_metric_attribution_summary :
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?metric_attribution_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.metric_attribution_summaryval make_metric_attribution :
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?metrics_output_config:Types.metric_attribution_output ->
?dataset_group_arn:Types.arn ->
?metric_attribution_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.metric_attributionval make_list_tags_for_resource_response :
?tags:Types.tags ->
unit ->
Types.list_tags_for_resource_responseval make_list_tags_for_resource_request :
resource_arn:Types.arn ->
unit ->
Types.list_tags_for_resource_requestval make_list_solutions_response :
?next_token:Types.next_token ->
?solutions:Types.solutions ->
unit ->
Types.list_solutions_responseval make_list_solutions_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?dataset_group_arn:Types.arn ->
unit ->
Types.list_solutions_requestval make_list_solution_versions_response :
?next_token:Types.next_token ->
?solution_versions:Types.solution_versions ->
unit ->
Types.list_solution_versions_responseval make_list_solution_versions_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?solution_arn:Types.arn ->
unit ->
Types.list_solution_versions_requestval make_list_schemas_response :
?next_token:Types.next_token ->
?schemas:Types.schemas ->
unit ->
Types.list_schemas_responseval make_list_schemas_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
unit ->
Types.list_schemas_requestval make_list_recommenders_response :
?next_token:Types.next_token ->
?recommenders:Types.recommenders ->
unit ->
Types.list_recommenders_responseval make_list_recommenders_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?dataset_group_arn:Types.arn ->
unit ->
Types.list_recommenders_requestval make_list_recipes_response :
?next_token:Types.next_token ->
?recipes:Types.recipes ->
unit ->
Types.list_recipes_responseval make_list_recipes_request :
?domain:Types.domain ->
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?recipe_provider:Types.recipe_provider ->
unit ->
Types.list_recipes_requestval make_list_metric_attributions_response :
?next_token:Types.next_token ->
?metric_attributions:Types.metric_attributions ->
unit ->
Types.list_metric_attributions_responseval make_list_metric_attributions_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?dataset_group_arn:Types.arn ->
unit ->
Types.list_metric_attributions_requestval make_list_metric_attribution_metrics_response :
?next_token:Types.next_token ->
?metrics:Types.metric_attributes ->
unit ->
Types.list_metric_attribution_metrics_responseval make_list_metric_attribution_metrics_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?metric_attribution_arn:Types.arn ->
unit ->
Types.list_metric_attribution_metrics_requestval make_filter_summary :
?status:Types.status ->
?failure_reason:Types.failure_reason ->
?dataset_group_arn:Types.arn ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?filter_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.filter_summaryval make_list_filters_response :
?next_token:Types.next_token ->
?filters:Types.filters ->
unit ->
Types.list_filters_responseval make_list_filters_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?dataset_group_arn:Types.arn ->
unit ->
Types.list_filters_requestval make_event_tracker_summary :
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?event_tracker_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.event_tracker_summaryval make_list_event_trackers_response :
?next_token:Types.next_token ->
?event_trackers:Types.event_trackers ->
unit ->
Types.list_event_trackers_responseval make_list_event_trackers_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?dataset_group_arn:Types.arn ->
unit ->
Types.list_event_trackers_requestval make_dataset_summary :
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?dataset_type:Types.dataset_type ->
?dataset_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.dataset_summaryval make_list_datasets_response :
?next_token:Types.next_token ->
?datasets:Types.datasets ->
unit ->
Types.list_datasets_responseval make_list_datasets_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?dataset_group_arn:Types.arn ->
unit ->
Types.list_datasets_requestval make_dataset_import_job_summary :
?import_mode:Types.import_mode ->
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?job_name:Types.name ->
?dataset_import_job_arn:Types.arn ->
unit ->
Types.dataset_import_job_summaryval make_list_dataset_import_jobs_response :
?next_token:Types.next_token ->
?dataset_import_jobs:Types.dataset_import_jobs ->
unit ->
Types.list_dataset_import_jobs_responseval make_list_dataset_import_jobs_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?dataset_arn:Types.arn ->
unit ->
Types.list_dataset_import_jobs_requestval make_dataset_group_summary :
?domain:Types.domain ->
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?dataset_group_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.dataset_group_summaryval make_list_dataset_groups_response :
?next_token:Types.next_token ->
?dataset_groups:Types.dataset_groups ->
unit ->
Types.list_dataset_groups_responseval make_list_dataset_groups_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
unit ->
Types.list_dataset_groups_requestval make_dataset_export_job_summary :
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?job_name:Types.name ->
?dataset_export_job_arn:Types.arn ->
unit ->
Types.dataset_export_job_summaryval make_list_dataset_export_jobs_response :
?next_token:Types.next_token ->
?dataset_export_jobs:Types.dataset_export_jobs ->
unit ->
Types.list_dataset_export_jobs_responseval make_list_dataset_export_jobs_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?dataset_arn:Types.arn ->
unit ->
Types.list_dataset_export_jobs_requestval make_data_deletion_job_summary :
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?job_name:Types.name ->
?dataset_group_arn:Types.arn ->
?data_deletion_job_arn:Types.arn ->
unit ->
Types.data_deletion_job_summaryval make_list_data_deletion_jobs_response :
?next_token:Types.next_token ->
?data_deletion_jobs:Types.data_deletion_jobs ->
unit ->
Types.list_data_deletion_jobs_responseval make_list_data_deletion_jobs_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?dataset_group_arn:Types.arn ->
unit ->
Types.list_data_deletion_jobs_requestval make_campaign_summary :
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?campaign_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.campaign_summaryval make_list_campaigns_response :
?next_token:Types.next_token ->
?campaigns:Types.campaigns ->
unit ->
Types.list_campaigns_responseval make_list_campaigns_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?solution_arn:Types.arn ->
unit ->
Types.list_campaigns_requestval make_batch_segment_job_summary :
?solution_version_arn:Types.arn ->
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?job_name:Types.name ->
?batch_segment_job_arn:Types.arn ->
unit ->
Types.batch_segment_job_summaryval make_list_batch_segment_jobs_response :
?next_token:Types.next_token ->
?batch_segment_jobs:Types.batch_segment_jobs ->
unit ->
Types.list_batch_segment_jobs_responseval make_list_batch_segment_jobs_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?solution_version_arn:Types.arn ->
unit ->
Types.list_batch_segment_jobs_requestval make_batch_inference_job_summary :
?batch_inference_job_mode:Types.batch_inference_job_mode ->
?solution_version_arn:Types.arn ->
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?job_name:Types.name ->
?batch_inference_job_arn:Types.arn ->
unit ->
Types.batch_inference_job_summaryval make_list_batch_inference_jobs_response :
?next_token:Types.next_token ->
?batch_inference_jobs:Types.batch_inference_jobs ->
unit ->
Types.list_batch_inference_jobs_responseval make_list_batch_inference_jobs_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?solution_version_arn:Types.arn ->
unit ->
Types.list_batch_inference_jobs_requestval make_get_solution_metrics_response :
?metrics:Types.metrics ->
?solution_version_arn:Types.arn ->
unit ->
Types.get_solution_metrics_responseval make_get_solution_metrics_request :
solution_version_arn:Types.arn ->
unit ->
Types.get_solution_metrics_requestval make_filter :
?status:Types.status ->
?filter_expression:Types.filter_expression ->
?failure_reason:Types.failure_reason ->
?dataset_group_arn:Types.arn ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?filter_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.filterval make_feature_transformation :
?status:Types.status ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?default_parameters:Types.featurization_parameters ->
?feature_transformation_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.feature_transformationval make_event_tracker :
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?dataset_group_arn:Types.arn ->
?tracking_id:Types.tracking_id ->
?account_id:Types.account_id ->
?event_tracker_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.event_trackerval make_describe_solution_version_response :
?solution_version:Types.solution_version ->
unit ->
Types.describe_solution_version_responseval make_describe_solution_version_request :
solution_version_arn:Types.arn ->
unit ->
Types.describe_solution_version_requestval make_describe_solution_response :
?solution:Types.solution ->
unit ->
Types.describe_solution_responseval make_describe_solution_request :
solution_arn:Types.arn ->
unit ->
Types.describe_solution_requestval make_dataset_schema :
?domain:Types.domain ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?schema:Types.avro_schema ->
?schema_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.dataset_schemaval make_describe_schema_response :
?schema:Types.dataset_schema ->
unit ->
Types.describe_schema_responseval make_describe_schema_request :
schema_arn:Types.arn ->
unit ->
Types.describe_schema_requestval make_describe_recommender_response :
?recommender:Types.recommender ->
unit ->
Types.describe_recommender_responseval make_describe_recommender_request :
recommender_arn:Types.arn ->
unit ->
Types.describe_recommender_requestval make_describe_recipe_response :
?recipe:Types.recipe ->
unit ->
Types.describe_recipe_responseval make_describe_recipe_request :
recipe_arn:Types.arn ->
unit ->
Types.describe_recipe_requestval make_describe_metric_attribution_response :
?metric_attribution:Types.metric_attribution ->
unit ->
Types.describe_metric_attribution_responseval make_describe_metric_attribution_request :
metric_attribution_arn:Types.arn ->
unit ->
Types.describe_metric_attribution_requestval make_describe_filter_response :
?filter:Types.filter ->
unit ->
Types.describe_filter_responseval make_describe_filter_request :
filter_arn:Types.arn ->
unit ->
Types.describe_filter_requestval make_describe_feature_transformation_response :
?feature_transformation:Types.feature_transformation ->
unit ->
Types.describe_feature_transformation_responseval make_describe_feature_transformation_request :
feature_transformation_arn:Types.arn ->
unit ->
Types.describe_feature_transformation_requestval make_describe_event_tracker_response :
?event_tracker:Types.event_tracker ->
unit ->
Types.describe_event_tracker_responseval make_describe_event_tracker_request :
event_tracker_arn:Types.arn ->
unit ->
Types.describe_event_tracker_requestval make_dataset_update_summary :
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?failure_reason:Types.failure_reason ->
?status:Types.status ->
?schema_arn:Types.arn ->
unit ->
Types.dataset_update_summaryval make_dataset :
?tracking_id:Types.tracking_id ->
?latest_dataset_update:Types.dataset_update_summary ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?schema_arn:Types.arn ->
?dataset_type:Types.dataset_type ->
?dataset_group_arn:Types.arn ->
?dataset_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.datasetval make_describe_dataset_response :
?dataset:Types.dataset ->
unit ->
Types.describe_dataset_responseval make_describe_dataset_request :
dataset_arn:Types.arn ->
unit ->
Types.describe_dataset_requestval make_data_source :
?data_location:Types.s3_location ->
unit ->
Types.data_sourceval make_dataset_import_job :
?publish_attribution_metrics_to_s3:Types.boolean_ ->
?import_mode:Types.import_mode ->
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?role_arn:Types.arn ->
?data_source:Types.data_source ->
?dataset_arn:Types.arn ->
?dataset_import_job_arn:Types.arn ->
?job_name:Types.name ->
unit ->
Types.dataset_import_jobval make_describe_dataset_import_job_response :
?dataset_import_job:Types.dataset_import_job ->
unit ->
Types.describe_dataset_import_job_responseval make_describe_dataset_import_job_request :
dataset_import_job_arn:Types.arn ->
unit ->
Types.describe_dataset_import_job_requestval make_dataset_group :
?domain:Types.domain ->
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?kms_key_arn:Types.kms_key_arn ->
?role_arn:Types.role_arn ->
?status:Types.status ->
?dataset_group_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.dataset_groupval make_describe_dataset_group_response :
?dataset_group:Types.dataset_group ->
unit ->
Types.describe_dataset_group_responseval make_describe_dataset_group_request :
dataset_group_arn:Types.arn ->
unit ->
Types.describe_dataset_group_requestval make_dataset_export_job_output :
s3_data_destination:Types.s3_data_config ->
unit ->
Types.dataset_export_job_outputval make_dataset_export_job :
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?job_output:Types.dataset_export_job_output ->
?status:Types.status ->
?role_arn:Types.arn ->
?ingestion_mode:Types.ingestion_mode ->
?dataset_arn:Types.arn ->
?dataset_export_job_arn:Types.arn ->
?job_name:Types.name ->
unit ->
Types.dataset_export_jobval make_describe_dataset_export_job_response :
?dataset_export_job:Types.dataset_export_job ->
unit ->
Types.describe_dataset_export_job_responseval make_describe_dataset_export_job_request :
dataset_export_job_arn:Types.arn ->
unit ->
Types.describe_dataset_export_job_requestval make_data_deletion_job :
?failure_reason:Types.failure_reason ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?num_deleted:Types.integer ->
?status:Types.status ->
?role_arn:Types.role_arn ->
?data_source:Types.data_source ->
?dataset_group_arn:Types.arn ->
?data_deletion_job_arn:Types.arn ->
?job_name:Types.name ->
unit ->
Types.data_deletion_jobval make_describe_data_deletion_job_response :
?data_deletion_job:Types.data_deletion_job ->
unit ->
Types.describe_data_deletion_job_responseval make_describe_data_deletion_job_request :
data_deletion_job_arn:Types.arn ->
unit ->
Types.describe_data_deletion_job_requestval make_campaign_update_summary :
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?failure_reason:Types.failure_reason ->
?status:Types.status ->
?campaign_config:Types.campaign_config ->
?min_provisioned_tp_s:Types.transactions_per_second ->
?solution_version_arn:Types.arn ->
unit ->
Types.campaign_update_summaryval make_campaign :
?latest_campaign_update:Types.campaign_update_summary ->
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?failure_reason:Types.failure_reason ->
?status:Types.status ->
?campaign_config:Types.campaign_config ->
?min_provisioned_tp_s:Types.transactions_per_second ->
?solution_version_arn:Types.arn ->
?campaign_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.campaignval make_describe_campaign_response :
?campaign:Types.campaign ->
unit ->
Types.describe_campaign_responseval make_describe_campaign_request :
campaign_arn:Types.arn ->
unit ->
Types.describe_campaign_requestval make_batch_segment_job_input :
s3_data_source:Types.s3_data_config ->
unit ->
Types.batch_segment_job_inputval make_batch_segment_job_output :
s3_data_destination:Types.s3_data_config ->
unit ->
Types.batch_segment_job_outputval make_batch_segment_job :
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?role_arn:Types.role_arn ->
?job_output:Types.batch_segment_job_output ->
?job_input:Types.batch_segment_job_input ->
?num_results:Types.num_batch_results ->
?solution_version_arn:Types.arn ->
?failure_reason:Types.failure_reason ->
?filter_arn:Types.arn ->
?batch_segment_job_arn:Types.arn ->
?job_name:Types.name ->
unit ->
Types.batch_segment_jobval make_describe_batch_segment_job_response :
?batch_segment_job:Types.batch_segment_job ->
unit ->
Types.describe_batch_segment_job_responseval make_describe_batch_segment_job_request :
batch_segment_job_arn:Types.arn ->
unit ->
Types.describe_batch_segment_job_requestval make_batch_inference_job_input :
s3_data_source:Types.s3_data_config ->
unit ->
Types.batch_inference_job_inputval make_batch_inference_job_output :
s3_data_destination:Types.s3_data_config ->
unit ->
Types.batch_inference_job_outputval make_batch_inference_job_config :
?ranking_influence:Types.ranking_influence ->
?item_exploration_config:Types.hyper_parameters ->
unit ->
Types.batch_inference_job_configval make_batch_inference_job :
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?status:Types.status ->
?theme_generation_config:Types.theme_generation_config ->
?batch_inference_job_mode:Types.batch_inference_job_mode ->
?role_arn:Types.role_arn ->
?batch_inference_job_config:Types.batch_inference_job_config ->
?job_output:Types.batch_inference_job_output ->
?job_input:Types.batch_inference_job_input ->
?num_results:Types.num_batch_results ->
?solution_version_arn:Types.arn ->
?failure_reason:Types.failure_reason ->
?filter_arn:Types.arn ->
?batch_inference_job_arn:Types.arn ->
?job_name:Types.name ->
unit ->
Types.batch_inference_jobval make_describe_batch_inference_job_response :
?batch_inference_job:Types.batch_inference_job ->
unit ->
Types.describe_batch_inference_job_responseval make_describe_batch_inference_job_request :
batch_inference_job_arn:Types.arn ->
unit ->
Types.describe_batch_inference_job_requestval make_algorithm_image :
?name:Types.name ->
docker_ur_i:Types.docker_ur_i ->
unit ->
Types.algorithm_imageval make_default_integer_hyper_parameter_range :
?is_tunable:Types.tunable ->
?max_value:Types.integer_max_value ->
?min_value:Types.integer_min_value ->
?name:Types.parameter_name ->
unit ->
Types.default_integer_hyper_parameter_rangeval make_default_continuous_hyper_parameter_range :
?is_tunable:Types.tunable ->
?max_value:Types.continuous_max_value ->
?min_value:Types.continuous_min_value ->
?name:Types.parameter_name ->
unit ->
Types.default_continuous_hyper_parameter_rangeval make_default_categorical_hyper_parameter_range :
?is_tunable:Types.tunable ->
?values:Types.categorical_values ->
?name:Types.parameter_name ->
unit ->
Types.default_categorical_hyper_parameter_rangeval make_default_hyper_parameter_ranges :
?categorical_hyper_parameter_ranges:
Types.default_categorical_hyper_parameter_ranges ->
?continuous_hyper_parameter_ranges:
Types.default_continuous_hyper_parameter_ranges ->
?integer_hyper_parameter_ranges:Types.default_integer_hyper_parameter_ranges ->
unit ->
Types.default_hyper_parameter_rangesval make_algorithm :
?last_updated_date_time:Types.date ->
?creation_date_time:Types.date ->
?role_arn:Types.arn ->
?training_input_mode:Types.training_input_mode ->
?default_resource_config:Types.resource_config ->
?default_hyper_parameter_ranges:Types.default_hyper_parameter_ranges ->
?default_hyper_parameters:Types.hyper_parameters ->
?algorithm_image:Types.algorithm_image ->
?algorithm_arn:Types.arn ->
?name:Types.name ->
unit ->
Types.algorithmval make_describe_algorithm_response :
?algorithm:Types.algorithm ->
unit ->
Types.describe_algorithm_responseval make_describe_algorithm_request :
algorithm_arn:Types.arn ->
unit ->
Types.describe_algorithm_requestval make_delete_solution_request :
solution_arn:Types.arn ->
unit ->
Types.delete_solution_requestval make_delete_schema_request :
schema_arn:Types.arn ->
unit ->
Types.delete_schema_requestval make_delete_recommender_request :
recommender_arn:Types.arn ->
unit ->
Types.delete_recommender_requestval make_delete_metric_attribution_request :
metric_attribution_arn:Types.arn ->
unit ->
Types.delete_metric_attribution_requestval make_delete_filter_request :
filter_arn:Types.arn ->
unit ->
Types.delete_filter_requestval make_delete_event_tracker_request :
event_tracker_arn:Types.arn ->
unit ->
Types.delete_event_tracker_requestval make_delete_dataset_request :
dataset_arn:Types.arn ->
unit ->
Types.delete_dataset_requestval make_delete_dataset_group_request :
dataset_group_arn:Types.arn ->
unit ->
Types.delete_dataset_group_requestval make_delete_campaign_request :
campaign_arn:Types.arn ->
unit ->
Types.delete_campaign_requestval make_create_solution_version_response :
?solution_version_arn:Types.arn ->
unit ->
Types.create_solution_version_responseval make_create_solution_version_request :
?tags:Types.tags ->
?training_mode:Types.training_mode ->
?name:Types.name ->
solution_arn:Types.arn ->
unit ->
Types.create_solution_version_requestval make_create_solution_response :
?solution_arn:Types.arn ->
unit ->
Types.create_solution_responseval make_create_solution_request :
?tags:Types.tags ->
?solution_config:Types.solution_config ->
?event_type:Types.event_type ->
?recipe_arn:Types.arn ->
?perform_incremental_update:Types.perform_incremental_update ->
?perform_auto_training:Types.perform_auto_training ->
?perform_auto_m_l:Types.perform_auto_m_l ->
?perform_hp_o:Types.boolean_ ->
dataset_group_arn:Types.arn ->
name:Types.name ->
unit ->
Types.create_solution_requestval make_create_schema_response :
?schema_arn:Types.arn ->
unit ->
Types.create_schema_responseval make_create_schema_request :
?domain:Types.domain ->
schema:Types.avro_schema ->
name:Types.name ->
unit ->
Types.create_schema_requestval make_create_recommender_response :
?recommender_arn:Types.arn ->
unit ->
Types.create_recommender_responseval make_create_recommender_request :
?tags:Types.tags ->
?recommender_config:Types.recommender_config ->
recipe_arn:Types.arn ->
dataset_group_arn:Types.arn ->
name:Types.name ->
unit ->
Types.create_recommender_requestval make_create_metric_attribution_response :
?metric_attribution_arn:Types.arn ->
unit ->
Types.create_metric_attribution_responseval make_create_metric_attribution_request :
metrics_output_config:Types.metric_attribution_output ->
metrics:Types.metric_attributes ->
dataset_group_arn:Types.arn ->
name:Types.name ->
unit ->
Types.create_metric_attribution_requestval make_create_filter_response :
?filter_arn:Types.arn ->
unit ->
Types.create_filter_responseval make_create_filter_request :
?tags:Types.tags ->
filter_expression:Types.filter_expression ->
dataset_group_arn:Types.arn ->
name:Types.name ->
unit ->
Types.create_filter_requestval make_create_event_tracker_response :
?tracking_id:Types.tracking_id ->
?event_tracker_arn:Types.arn ->
unit ->
Types.create_event_tracker_responseval make_create_event_tracker_request :
?tags:Types.tags ->
dataset_group_arn:Types.arn ->
name:Types.name ->
unit ->
Types.create_event_tracker_requestval make_create_dataset_response :
?dataset_arn:Types.arn ->
unit ->
Types.create_dataset_responseval make_create_dataset_request :
?tags:Types.tags ->
dataset_type:Types.dataset_type ->
dataset_group_arn:Types.arn ->
schema_arn:Types.arn ->
name:Types.name ->
unit ->
Types.create_dataset_requestval make_create_dataset_import_job_response :
?dataset_import_job_arn:Types.arn ->
unit ->
Types.create_dataset_import_job_responseval make_create_dataset_import_job_request :
?publish_attribution_metrics_to_s3:Types.boolean_ ->
?import_mode:Types.import_mode ->
?tags:Types.tags ->
?role_arn:Types.role_arn ->
data_source:Types.data_source ->
dataset_arn:Types.arn ->
job_name:Types.name ->
unit ->
Types.create_dataset_import_job_requestval make_create_dataset_group_response :
?domain:Types.domain ->
?dataset_group_arn:Types.arn ->
unit ->
Types.create_dataset_group_responseval make_create_dataset_group_request :
?tags:Types.tags ->
?domain:Types.domain ->
?kms_key_arn:Types.kms_key_arn ->
?role_arn:Types.role_arn ->
name:Types.name ->
unit ->
Types.create_dataset_group_requestval make_create_dataset_export_job_response :
?dataset_export_job_arn:Types.arn ->
unit ->
Types.create_dataset_export_job_responseval make_create_dataset_export_job_request :
?tags:Types.tags ->
?ingestion_mode:Types.ingestion_mode ->
job_output:Types.dataset_export_job_output ->
role_arn:Types.role_arn ->
dataset_arn:Types.arn ->
job_name:Types.name ->
unit ->
Types.create_dataset_export_job_requestval make_create_data_deletion_job_response :
?data_deletion_job_arn:Types.arn ->
unit ->
Types.create_data_deletion_job_responseval make_create_data_deletion_job_request :
?tags:Types.tags ->
role_arn:Types.role_arn ->
data_source:Types.data_source ->
dataset_group_arn:Types.arn ->
job_name:Types.name ->
unit ->
Types.create_data_deletion_job_requestval make_create_campaign_response :
?campaign_arn:Types.arn ->
unit ->
Types.create_campaign_responseval make_create_campaign_request :
?tags:Types.tags ->
?campaign_config:Types.campaign_config ->
?min_provisioned_tp_s:Types.transactions_per_second ->
solution_version_arn:Types.arn ->
name:Types.name ->
unit ->
Types.create_campaign_requestval make_create_batch_segment_job_response :
?batch_segment_job_arn:Types.arn ->
unit ->
Types.create_batch_segment_job_responseval make_create_batch_segment_job_request :
?tags:Types.tags ->
?num_results:Types.num_batch_results ->
?filter_arn:Types.arn ->
role_arn:Types.role_arn ->
job_output:Types.batch_segment_job_output ->
job_input:Types.batch_segment_job_input ->
solution_version_arn:Types.arn ->
job_name:Types.name ->
unit ->
Types.create_batch_segment_job_requestval make_create_batch_inference_job_response :
?batch_inference_job_arn:Types.arn ->
unit ->
Types.create_batch_inference_job_responseval make_create_batch_inference_job_request :
?theme_generation_config:Types.theme_generation_config ->
?batch_inference_job_mode:Types.batch_inference_job_mode ->
?tags:Types.tags ->
?batch_inference_job_config:Types.batch_inference_job_config ->
?num_results:Types.num_batch_results ->
?filter_arn:Types.arn ->
role_arn:Types.role_arn ->
job_output:Types.batch_inference_job_output ->
job_input:Types.batch_inference_job_input ->
solution_version_arn:Types.arn ->
job_name:Types.name ->
unit ->
Types.create_batch_inference_job_requestOperations
module CreateBatchInferenceJob : sig ... endGenerates batch recommendations based on a list of items or users stored in Amazon S3 and exports the recommendations to an Amazon S3 bucket.
module CreateBatchSegmentJob : sig ... endCreates a batch segment job. The operation can handle up to 50 million records and the input file must be in JSON format. For more information, see Getting batch recommendations and user segments.
module CreateCampaign : sig ... endYou incur campaign costs while it is active. To avoid unnecessary costs, make sure to delete the campaign when you are finished. For information about campaign costs, see Amazon Personalize pricing.
module CreateDataDeletionJob : sig ... endCreates a batch job that deletes all references to specific users from an Amazon Personalize dataset group in batches. You specify the users to delete in a CSV file of userIds in an Amazon S3 bucket. After a job completes, Amazon Personalize no longer trains on the users’ data and no longer considers the users when generating user segments. For more information about creating a data deletion job, see Deleting users.
module CreateDataset : sig ... endCreates an empty dataset and adds it to the specified dataset group. Use CreateDatasetImportJob to import your training data to a dataset.
module CreateDatasetExportJob : sig ... endCreates a job that exports data from your dataset to an Amazon S3 bucket. To allow Amazon Personalize to export the training data, you must specify an service-linked IAM role that gives Amazon Personalize PutObject permissions for your Amazon S3 bucket. For information, see Exporting a dataset in the Amazon Personalize developer guide.
module CreateDatasetGroup : sig ... endCreates an empty dataset group. A dataset group is a container for Amazon Personalize resources. A dataset group can contain at most three datasets, one for each type of dataset:
module CreateDatasetImportJob : sig ... endCreates a job that imports training data from your data source (an Amazon S3 bucket) to an Amazon Personalize dataset. To allow Amazon Personalize to import the training data, you must specify an IAM service role that has permission to read from the data source, as Amazon Personalize makes a copy of your data and processes it internally. For information on granting access to your Amazon S3 bucket, see Giving Amazon Personalize Access to Amazon S3 Resources.
module CreateEventTracker : sig ... endCreates an event tracker that you use when adding event data to a specified dataset group using the PutEvents API.
module CreateFilter : sig ... endCreates a recommendation filter. For more information, see Filtering recommendations and user segments.
module CreateMetricAttribution : sig ... endCreates a metric attribution. A metric attribution creates reports on the data that you import into Amazon Personalize. Depending on how you imported the data, you can view reports in Amazon CloudWatch or Amazon S3. For more information, see Measuring impact of recommendations.
module CreateRecommender : sig ... endCreates a recommender with the recipe (a Domain dataset group use case) you specify. You create recommenders for a Domain dataset group and specify the recommender's Amazon Resource Name (ARN) when you make a GetRecommendations request.
module CreateSchema : sig ... endCreates an Amazon Personalize schema from the specified schema string. The schema you create must be in Avro JSON format.
module CreateSolution : sig ... endBy default, all new solutions use automatic training. With automatic training, you incur training costs while your solution is active. To avoid unnecessary costs, when you are finished you can update the solution to turn off automatic training. For information about training costs, see Amazon Personalize pricing.
module CreateSolutionVersion : sig ... endTrains or retrains an active solution in a Custom dataset group. A solution is created using the CreateSolution operation and must be in the ACTIVE state before calling CreateSolutionVersion. A new version of the solution is created every time you call this operation.
module DeleteCampaign : sig ... endRemoves a campaign by deleting the solution deployment. The solution that the campaign is based on is not deleted and can be redeployed when needed. A deleted campaign can no longer be specified in a GetRecommendations request. For information on creating campaigns, see CreateCampaign.
module DeleteDataset : sig ... endDeletes a dataset. You can't delete a dataset if an associated DatasetImportJob or SolutionVersion is in the CREATE PENDING or IN PROGRESS state. For more information about deleting datasets, see Deleting a dataset.
module DeleteDatasetGroup : sig ... endDeletes a dataset group. Before you delete a dataset group, you must delete the following:
module DeleteEventTracker : sig ... endDeletes the event tracker. Does not delete the dataset from the dataset group. For more information on event trackers, see CreateEventTracker.
module DeleteFilter : sig ... endDeletes a filter.
module DeleteMetricAttribution : sig ... endDeletes a metric attribution.
module DeleteRecommender : sig ... endDeactivates and removes a recommender. A deleted recommender can no longer be specified in a GetRecommendations request.
module DeleteSchema : sig ... endDeletes a schema. Before deleting a schema, you must delete all datasets referencing the schema. For more information on schemas, see CreateSchema.
module DeleteSolution : sig ... endDeletes all versions of a solution and the Solution object itself. Before deleting a solution, you must delete all campaigns based on the solution. To determine what campaigns are using the solution, call ListCampaigns and supply the Amazon Resource Name (ARN) of the solution. You can't delete a solution if an associated SolutionVersion is in the CREATE PENDING or IN PROGRESS state. For more information on solutions, see CreateSolution.
module DescribeAlgorithm : sig ... endDescribes the given algorithm.
module DescribeBatchInferenceJob : sig ... endGets the properties of a batch inference job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate the recommendations.
module DescribeBatchSegmentJob : sig ... endGets the properties of a batch segment job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate segments.
module DescribeCampaign : sig ... endDescribes the given campaign, including its status.
module DescribeDataDeletionJob : sig ... endDescribes the data deletion job created by CreateDataDeletionJob, including the job status.
module DescribeDataset : sig ... endDescribes the given dataset. For more information on datasets, see CreateDataset.
module DescribeDatasetExportJob : sig ... endDescribes the dataset export job created by CreateDatasetExportJob, including the export job status.
module DescribeDatasetGroup : sig ... endDescribes the given dataset group. For more information on dataset groups, see CreateDatasetGroup.
module DescribeDatasetImportJob : sig ... endDescribes the dataset import job created by CreateDatasetImportJob, including the import job status.
module DescribeEventTracker : sig ... endDescribes an event tracker. The response includes the trackingId and status of the event tracker. For more information on event trackers, see CreateEventTracker.
module DescribeFeatureTransformation : sig ... endDescribes the given feature transformation.
module DescribeFilter : sig ... endDescribes a filter's properties.
module DescribeMetricAttribution : sig ... endDescribes a metric attribution.
module DescribeRecipe : sig ... endDescribes a recipe.
module DescribeRecommender : sig ... endDescribes the given recommender, including its status.
module DescribeSchema : sig ... endDescribes a schema. For more information on schemas, see CreateSchema.
module DescribeSolution : sig ... endDescribes a solution. For more information on solutions, see CreateSolution.
module DescribeSolutionVersion : sig ... endDescribes a specific version of a solution. For more information on solutions, see CreateSolution
module GetSolutionMetrics : sig ... endGets the metrics for the specified solution version.
module ListBatchInferenceJobs : sig ... endGets a list of the batch inference jobs that have been performed off of a solution version.
module ListBatchSegmentJobs : sig ... endGets a list of the batch segment jobs that have been performed off of a solution version that you specify.
module ListCampaigns : sig ... endReturns a list of campaigns that use the given solution. When a solution is not specified, all the campaigns associated with the account are listed. The response provides the properties for each campaign, including the Amazon Resource Name (ARN). For more information on campaigns, see CreateCampaign.
module ListDataDeletionJobs : sig ... endReturns a list of data deletion jobs for a dataset group ordered by creation time, with the most recent first. When a dataset group is not specified, all the data deletion jobs associated with the account are listed. The response provides the properties for each job, including the Amazon Resource Name (ARN). For more information on data deletion jobs, see Deleting users.
module ListDatasetExportJobs : sig ... endReturns a list of dataset export jobs that use the given dataset. When a dataset is not specified, all the dataset export jobs associated with the account are listed. The response provides the properties for each dataset export job, including the Amazon Resource Name (ARN). For more information on dataset export jobs, see CreateDatasetExportJob. For more information on datasets, see CreateDataset.
module ListDatasetGroups : sig ... endReturns a list of dataset groups. The response provides the properties for each dataset group, including the Amazon Resource Name (ARN). For more information on dataset groups, see CreateDatasetGroup.
module ListDatasetImportJobs : sig ... endReturns a list of dataset import jobs that use the given dataset. When a dataset is not specified, all the dataset import jobs associated with the account are listed. The response provides the properties for each dataset import job, including the Amazon Resource Name (ARN). For more information on dataset import jobs, see CreateDatasetImportJob. For more information on datasets, see CreateDataset.
module ListDatasets : sig ... endReturns the list of datasets contained in the given dataset group. The response provides the properties for each dataset, including the Amazon Resource Name (ARN). For more information on datasets, see CreateDataset.
module ListEventTrackers : sig ... endReturns the list of event trackers associated with the account. The response provides the properties for each event tracker, including the Amazon Resource Name (ARN) and tracking ID. For more information on event trackers, see CreateEventTracker.
module ListFilters : sig ... endLists all filters that belong to a given dataset group.
module ListMetricAttributionMetrics : sig ... endLists the metrics for the metric attribution.
module ListMetricAttributions : sig ... endLists metric attributions.
module ListRecipes : sig ... endReturns a list of available recipes. The response provides the properties for each recipe, including the recipe's Amazon Resource Name (ARN).
module ListRecommenders : sig ... endReturns a list of recommenders in a given Domain dataset group. When a Domain dataset group is not specified, all the recommenders associated with the account are listed. The response provides the properties for each recommender, including the Amazon Resource Name (ARN). For more information on recommenders, see CreateRecommender.
module ListSchemas : sig ... endReturns the list of schemas associated with the account. The response provides the properties for each schema, including the Amazon Resource Name (ARN). For more information on schemas, see CreateSchema.
module ListSolutionVersions : sig ... endReturns a list of solution versions for the given solution. When a solution is not specified, all the solution versions associated with the account are listed. The response provides the properties for each solution version, including the Amazon Resource Name (ARN).
module ListSolutions : sig ... endReturns a list of solutions in a given dataset group. When a dataset group is not specified, all the solutions associated with the account are listed. The response provides the properties for each solution, including the Amazon Resource Name (ARN). For more information on solutions, see CreateSolution.
module ListTagsForResource : sig ... endGet a list of tags attached to a resource.
module StartRecommender : sig ... endStarts a recommender that is INACTIVE. Starting a recommender does not create any new models, but resumes billing and automatic retraining for the recommender.
module StopRecommender : sig ... endStops a recommender that is ACTIVE. Stopping a recommender halts billing and automatic retraining for the recommender.
module StopSolutionVersionCreation : sig ... endStops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.
module TagResource : sig ... endAdd a list of tags to a resource.
module UntagResource : sig ... endRemoves the specified tags that are attached to a resource. For more information, see Removing tags from Amazon Personalize resources.
module UpdateCampaign : sig ... endUpdates a campaign to deploy a retrained solution version with an existing campaign, change your campaign's minProvisionedTPS, or modify your campaign's configuration. For example, you can set enableMetadataWithRecommendations to true for an existing campaign.
module UpdateDataset : sig ... endUpdate a dataset to replace its schema with a new or existing one. For more information, see Replacing a dataset's schema.
module UpdateMetricAttribution : sig ... endUpdates a metric attribution.
module UpdateRecommender : sig ... endUpdates the recommender to modify the recommender configuration. If you update the recommender to modify the columns used in training, Amazon Personalize automatically starts a full retraining of the models backing your recommender. While the update completes, you can still get recommendations from the recommender. The recommender uses the previous configuration until the update completes. To track the status of this update, use the latestRecommenderUpdate returned in the DescribeRecommender operation.
module UpdateSolution : sig ... endmodule Json_serializers : sig ... endmodule Json_deserializers : sig ... end