Smaws_Client_ComprehendComprehend client library built on EIO.
module Types : sig ... endval make_warnings_list_item :
?warn_message:Types.string_ ->
?warn_code:Types.page_based_warning_code ->
?page:Types.integer ->
unit ->
Types.warnings_list_itemval make_vpc_config :
subnets:Types.subnets ->
security_group_ids:Types.security_group_ids ->
unit ->
Types.vpc_configval make_document_classification_config :
?labels:Types.labels_list ->
mode:Types.document_classifier_mode ->
unit ->
Types.document_classification_configval make_entity_types_list_item :
type_:Types.entity_type_name ->
unit ->
Types.entity_types_list_itemval make_entity_recognition_config :
entity_types:Types.entity_types_list ->
unit ->
Types.entity_recognition_configval make_task_config :
?entity_recognition_config:Types.entity_recognition_config ->
?document_classification_config:Types.document_classification_config ->
language_code:Types.language_code ->
unit ->
Types.task_configval make_data_security_config :
?vpc_config:Types.vpc_config ->
?data_lake_kms_key_id:Types.kms_key_id ->
?volume_kms_key_id:Types.kms_key_id ->
?model_kms_key_id:Types.kms_key_id ->
unit ->
Types.data_security_configval make_flywheel_properties :
?latest_flywheel_iteration:Types.flywheel_iteration_id ->
?last_modified_time:Types.timestamp ->
?creation_time:Types.timestamp ->
?message:Types.any_length_string ->
?model_type:Types.model_type ->
?status:Types.flywheel_status ->
?data_security_config:Types.data_security_config ->
?data_lake_s3_uri:Types.s3_uri ->
?task_config:Types.task_config ->
?data_access_role_arn:Types.iam_role_arn ->
?active_model_arn:Types.comprehend_model_arn ->
?flywheel_arn:Types.comprehend_flywheel_arn ->
unit ->
Types.flywheel_propertiesval make_update_flywheel_response :
?flywheel_properties:Types.flywheel_properties ->
unit ->
Types.update_flywheel_responseval make_update_data_security_config :
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?model_kms_key_id:Types.kms_key_id ->
unit ->
Types.update_data_security_configval make_update_flywheel_request :
?data_security_config:Types.update_data_security_config ->
?data_access_role_arn:Types.iam_role_arn ->
?active_model_arn:Types.comprehend_model_arn ->
flywheel_arn:Types.comprehend_flywheel_arn ->
unit ->
Types.update_flywheel_requestval make_invalid_request_detail :
?reason:Types.invalid_request_detail_reason ->
unit ->
Types.invalid_request_detailval make_update_endpoint_response :
?desired_model_arn:Types.comprehend_model_arn ->
unit ->
Types.update_endpoint_responseval make_update_endpoint_request :
?flywheel_arn:Types.comprehend_flywheel_arn ->
?desired_data_access_role_arn:Types.iam_role_arn ->
?desired_inference_units:Types.inference_units_integer ->
?desired_model_arn:Types.comprehend_model_arn ->
endpoint_arn:Types.comprehend_endpoint_arn ->
unit ->
Types.update_endpoint_requestval make_untag_resource_request :
tag_keys:Types.tag_key_list ->
resource_arn:Types.comprehend_arn ->
unit ->
Types.untag_resource_requestval make_toxic_content :
?score:Types.float_ ->
?name:Types.toxic_content_type ->
unit ->
Types.toxic_contentval make_toxic_labels :
?toxicity:Types.float_ ->
?labels:Types.list_of_toxic_content ->
unit ->
Types.toxic_labelsval make_document_reader_config :
?feature_types:Types.list_of_document_read_feature_types ->
?document_read_mode:Types.document_read_mode ->
document_read_action:Types.document_read_action ->
unit ->
Types.document_reader_configval make_input_data_config :
?document_reader_config:Types.document_reader_config ->
?input_format:Types.input_format ->
s3_uri:Types.s3_uri ->
unit ->
Types.input_data_configval make_output_data_config :
?kms_key_id:Types.kms_key_id ->
s3_uri:Types.s3_uri ->
unit ->
Types.output_data_configval make_topics_detection_job_properties :
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?data_access_role_arn:Types.iam_role_arn ->
?number_of_topics:Types.integer ->
?output_data_config:Types.output_data_config ->
?input_data_config:Types.input_data_config ->
?end_time:Types.timestamp ->
?submit_time:Types.timestamp ->
?message:Types.any_length_string ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.topics_detection_job_propertiesval make_topics_detection_job_filter :
?submit_time_after:Types.timestamp ->
?submit_time_before:Types.timestamp ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
unit ->
Types.topics_detection_job_filterval make_text_segment :
text:Types.customer_input_string ->
unit ->
Types.text_segmentval make_sentiment_score :
?mixed:Types.float_ ->
?neutral:Types.float_ ->
?negative:Types.float_ ->
?positive:Types.float_ ->
unit ->
Types.sentiment_scoreval make_mention_sentiment :
?sentiment_score:Types.sentiment_score ->
?sentiment:Types.sentiment_type ->
unit ->
Types.mention_sentimentval make_targeted_sentiment_mention :
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?mention_sentiment:Types.mention_sentiment ->
?type_:Types.targeted_sentiment_entity_type ->
?text:Types.string_ ->
?group_score:Types.float_ ->
?score:Types.float_ ->
unit ->
Types.targeted_sentiment_mentionval make_targeted_sentiment_entity :
?mentions:Types.list_of_mentions ->
?descriptive_mention_index:Types.list_of_descriptive_mention_indices ->
unit ->
Types.targeted_sentiment_entityval make_targeted_sentiment_detection_job_properties :
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?data_access_role_arn:Types.iam_role_arn ->
?language_code:Types.language_code ->
?output_data_config:Types.output_data_config ->
?input_data_config:Types.input_data_config ->
?end_time:Types.timestamp ->
?submit_time:Types.timestamp ->
?message:Types.any_length_string ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.targeted_sentiment_detection_job_propertiesval make_targeted_sentiment_detection_job_filter :
?submit_time_after:Types.timestamp ->
?submit_time_before:Types.timestamp ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
unit ->
Types.targeted_sentiment_detection_job_filterval make_tag : ?value:Types.tag_value -> key:Types.tag_key -> unit -> Types.tagval make_tag_resource_request :
tags:Types.tag_list ->
resource_arn:Types.comprehend_arn ->
unit ->
Types.tag_resource_requestval make_part_of_speech_tag :
?score:Types.float_ ->
?tag:Types.part_of_speech_tag_type ->
unit ->
Types.part_of_speech_tagval make_syntax_token :
?part_of_speech:Types.part_of_speech_tag ->
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?text:Types.string_ ->
?token_id:Types.integer ->
unit ->
Types.syntax_tokenval make_stop_training_entity_recognizer_request :
entity_recognizer_arn:Types.entity_recognizer_arn ->
unit ->
Types.stop_training_entity_recognizer_requestval make_stop_training_document_classifier_request :
document_classifier_arn:Types.document_classifier_arn ->
unit ->
Types.stop_training_document_classifier_requestval make_stop_targeted_sentiment_detection_job_response :
?job_status:Types.job_status ->
?job_id:Types.job_id ->
unit ->
Types.stop_targeted_sentiment_detection_job_responseval make_stop_targeted_sentiment_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.stop_targeted_sentiment_detection_job_requestval make_stop_sentiment_detection_job_response :
?job_status:Types.job_status ->
?job_id:Types.job_id ->
unit ->
Types.stop_sentiment_detection_job_responseval make_stop_sentiment_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.stop_sentiment_detection_job_requestval make_stop_pii_entities_detection_job_response :
?job_status:Types.job_status ->
?job_id:Types.job_id ->
unit ->
Types.stop_pii_entities_detection_job_responseval make_stop_pii_entities_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.stop_pii_entities_detection_job_requestval make_stop_key_phrases_detection_job_response :
?job_status:Types.job_status ->
?job_id:Types.job_id ->
unit ->
Types.stop_key_phrases_detection_job_responseval make_stop_key_phrases_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.stop_key_phrases_detection_job_requestval make_stop_events_detection_job_response :
?job_status:Types.job_status ->
?job_id:Types.job_id ->
unit ->
Types.stop_events_detection_job_responseval make_stop_events_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.stop_events_detection_job_requestval make_stop_entities_detection_job_response :
?job_status:Types.job_status ->
?job_id:Types.job_id ->
unit ->
Types.stop_entities_detection_job_responseval make_stop_entities_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.stop_entities_detection_job_requestval make_stop_dominant_language_detection_job_response :
?job_status:Types.job_status ->
?job_id:Types.job_id ->
unit ->
Types.stop_dominant_language_detection_job_responseval make_stop_dominant_language_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.stop_dominant_language_detection_job_requestval make_start_topics_detection_job_response :
?job_status:Types.job_status ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.start_topics_detection_job_responseval make_start_topics_detection_job_request :
?tags:Types.tag_list ->
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?client_request_token:Types.client_request_token_string ->
?number_of_topics:Types.number_of_topics_integer ->
?job_name:Types.job_name ->
data_access_role_arn:Types.iam_role_arn ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_topics_detection_job_requestval make_start_targeted_sentiment_detection_job_response :
?job_status:Types.job_status ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.start_targeted_sentiment_detection_job_responseval make_start_targeted_sentiment_detection_job_request :
?tags:Types.tag_list ->
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?client_request_token:Types.client_request_token_string ->
?job_name:Types.job_name ->
language_code:Types.language_code ->
data_access_role_arn:Types.iam_role_arn ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_targeted_sentiment_detection_job_requestval make_start_sentiment_detection_job_response :
?job_status:Types.job_status ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.start_sentiment_detection_job_responseval make_start_sentiment_detection_job_request :
?tags:Types.tag_list ->
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?client_request_token:Types.client_request_token_string ->
?job_name:Types.job_name ->
language_code:Types.language_code ->
data_access_role_arn:Types.iam_role_arn ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_sentiment_detection_job_requestval make_start_pii_entities_detection_job_response :
?job_status:Types.job_status ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.start_pii_entities_detection_job_responseval make_redaction_config :
?mask_character:Types.mask_character ->
?mask_mode:Types.pii_entities_detection_mask_mode ->
?pii_entity_types:Types.list_of_pii_entity_types ->
unit ->
Types.redaction_configval make_start_pii_entities_detection_job_request :
?tags:Types.tag_list ->
?client_request_token:Types.client_request_token_string ->
?job_name:Types.job_name ->
?redaction_config:Types.redaction_config ->
language_code:Types.language_code ->
data_access_role_arn:Types.iam_role_arn ->
mode:Types.pii_entities_detection_mode ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_pii_entities_detection_job_requestval make_start_key_phrases_detection_job_response :
?job_status:Types.job_status ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.start_key_phrases_detection_job_responseval make_start_key_phrases_detection_job_request :
?tags:Types.tag_list ->
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?client_request_token:Types.client_request_token_string ->
?job_name:Types.job_name ->
language_code:Types.language_code ->
data_access_role_arn:Types.iam_role_arn ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_key_phrases_detection_job_requestval make_start_flywheel_iteration_response :
?flywheel_iteration_id:Types.flywheel_iteration_id ->
?flywheel_arn:Types.comprehend_flywheel_arn ->
unit ->
Types.start_flywheel_iteration_responseval make_start_flywheel_iteration_request :
?client_request_token:Types.client_request_token_string ->
flywheel_arn:Types.comprehend_flywheel_arn ->
unit ->
Types.start_flywheel_iteration_requestval make_start_events_detection_job_response :
?job_status:Types.job_status ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.start_events_detection_job_responseval make_start_events_detection_job_request :
?tags:Types.tag_list ->
?client_request_token:Types.client_request_token_string ->
?job_name:Types.job_name ->
target_event_types:Types.target_event_types ->
language_code:Types.language_code ->
data_access_role_arn:Types.iam_role_arn ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_events_detection_job_requestval make_start_entities_detection_job_response :
?entity_recognizer_arn:Types.entity_recognizer_arn ->
?job_status:Types.job_status ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.start_entities_detection_job_responseval make_start_entities_detection_job_request :
?flywheel_arn:Types.comprehend_flywheel_arn ->
?tags:Types.tag_list ->
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?client_request_token:Types.client_request_token_string ->
?entity_recognizer_arn:Types.entity_recognizer_arn ->
?job_name:Types.job_name ->
language_code:Types.language_code ->
data_access_role_arn:Types.iam_role_arn ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_entities_detection_job_requestval make_start_dominant_language_detection_job_response :
?job_status:Types.job_status ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.start_dominant_language_detection_job_responseval make_start_dominant_language_detection_job_request :
?tags:Types.tag_list ->
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?client_request_token:Types.client_request_token_string ->
?job_name:Types.job_name ->
data_access_role_arn:Types.iam_role_arn ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_dominant_language_detection_job_requestval make_start_document_classification_job_response :
?document_classifier_arn:Types.document_classifier_arn ->
?job_status:Types.job_status ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.start_document_classification_job_responseval make_start_document_classification_job_request :
?flywheel_arn:Types.comprehend_flywheel_arn ->
?tags:Types.tag_list ->
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?client_request_token:Types.client_request_token_string ->
?document_classifier_arn:Types.document_classifier_arn ->
?job_name:Types.job_name ->
data_access_role_arn:Types.iam_role_arn ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_document_classification_job_requestval make_sentiment_detection_job_properties :
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?data_access_role_arn:Types.iam_role_arn ->
?language_code:Types.language_code ->
?output_data_config:Types.output_data_config ->
?input_data_config:Types.input_data_config ->
?end_time:Types.timestamp ->
?submit_time:Types.timestamp ->
?message:Types.any_length_string ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.sentiment_detection_job_propertiesval make_sentiment_detection_job_filter :
?submit_time_after:Types.timestamp ->
?submit_time_before:Types.timestamp ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
unit ->
Types.sentiment_detection_job_filterval make_relationships_list_item :
?type_:Types.relationship_type ->
?ids:Types.string_list ->
unit ->
Types.relationships_list_itemval make_put_resource_policy_response :
?policy_revision_id:Types.policy_revision_id ->
unit ->
Types.put_resource_policy_responseval make_put_resource_policy_request :
?policy_revision_id:Types.policy_revision_id ->
resource_policy:Types.policy ->
resource_arn:Types.comprehend_model_arn ->
unit ->
Types.put_resource_policy_requestval make_point : ?y:Types.float_ -> ?x:Types.float_ -> unit -> Types.pointval make_pii_output_data_config :
?kms_key_id:Types.kms_key_id ->
s3_uri:Types.s3_uri ->
unit ->
Types.pii_output_data_configval make_pii_entity :
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?type_:Types.pii_entity_type ->
?score:Types.float_ ->
unit ->
Types.pii_entityval make_pii_entities_detection_job_properties :
?mode:Types.pii_entities_detection_mode ->
?data_access_role_arn:Types.iam_role_arn ->
?language_code:Types.language_code ->
?redaction_config:Types.redaction_config ->
?output_data_config:Types.pii_output_data_config ->
?input_data_config:Types.input_data_config ->
?end_time:Types.timestamp ->
?submit_time:Types.timestamp ->
?message:Types.any_length_string ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.pii_entities_detection_job_propertiesval make_pii_entities_detection_job_filter :
?submit_time_after:Types.timestamp ->
?submit_time_before:Types.timestamp ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
unit ->
Types.pii_entities_detection_job_filterval make_list_topics_detection_jobs_response :
?next_token:Types.string_ ->
?topics_detection_job_properties_list:
Types.topics_detection_job_properties_list ->
unit ->
Types.list_topics_detection_jobs_responseval make_list_topics_detection_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.topics_detection_job_filter ->
unit ->
Types.list_topics_detection_jobs_requestval make_list_targeted_sentiment_detection_jobs_response :
?next_token:Types.string_ ->
?targeted_sentiment_detection_job_properties_list:
Types.targeted_sentiment_detection_job_properties_list ->
unit ->
Types.list_targeted_sentiment_detection_jobs_responseval make_list_targeted_sentiment_detection_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.targeted_sentiment_detection_job_filter ->
unit ->
Types.list_targeted_sentiment_detection_jobs_requestval make_list_tags_for_resource_response :
?tags:Types.tag_list ->
?resource_arn:Types.comprehend_arn ->
unit ->
Types.list_tags_for_resource_responseval make_list_tags_for_resource_request :
resource_arn:Types.comprehend_arn ->
unit ->
Types.list_tags_for_resource_requestval make_list_sentiment_detection_jobs_response :
?next_token:Types.string_ ->
?sentiment_detection_job_properties_list:
Types.sentiment_detection_job_properties_list ->
unit ->
Types.list_sentiment_detection_jobs_responseval make_list_sentiment_detection_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.sentiment_detection_job_filter ->
unit ->
Types.list_sentiment_detection_jobs_requestval make_list_pii_entities_detection_jobs_response :
?next_token:Types.string_ ->
?pii_entities_detection_job_properties_list:
Types.pii_entities_detection_job_properties_list ->
unit ->
Types.list_pii_entities_detection_jobs_responseval make_list_pii_entities_detection_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.pii_entities_detection_job_filter ->
unit ->
Types.list_pii_entities_detection_jobs_requestval make_document_label :
?page:Types.integer ->
?score:Types.float_ ->
?name:Types.string_ ->
unit ->
Types.document_labelval make_key_phrase :
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?text:Types.string_ ->
?score:Types.float_ ->
unit ->
Types.key_phraseval make_extracted_characters_list_item :
?count:Types.integer ->
?page:Types.integer ->
unit ->
Types.extracted_characters_list_itemval make_errors_list_item :
?error_message:Types.string_ ->
?error_code:Types.page_based_error_code ->
?page:Types.integer ->
unit ->
Types.errors_list_itemval make_entity_label :
?score:Types.float_ ->
?name:Types.pii_entity_type ->
unit ->
Types.entity_labelval make_child_block :
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?child_block_id:Types.string_ ->
unit ->
Types.child_blockval make_block_reference :
?child_blocks:Types.list_of_child_blocks ->
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?block_id:Types.string_ ->
unit ->
Types.block_referenceval make_entity :
?block_references:Types.list_of_block_references ->
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?text:Types.string_ ->
?type_:Types.entity_type ->
?score:Types.float_ ->
unit ->
Types.entityval make_dominant_language :
?score:Types.float_ ->
?language_code:Types.string_ ->
unit ->
Types.dominant_languageval make_document_type_list_item :
?type_:Types.document_type ->
?page:Types.integer ->
unit ->
Types.document_type_list_itemval make_document_class :
?page:Types.integer ->
?score:Types.float_ ->
?name:Types.string_ ->
unit ->
Types.document_classval make_bounding_box :
?width:Types.float_ ->
?top:Types.float_ ->
?left:Types.float_ ->
?height:Types.float_ ->
unit ->
Types.bounding_boxval make_geometry :
?polygon:Types.polygon ->
?bounding_box:Types.bounding_box ->
unit ->
Types.geometryval make_block :
?relationships:Types.list_of_relationships ->
?geometry:Types.geometry ->
?page:Types.integer ->
?text:Types.string_ ->
?block_type:Types.block_type ->
?id:Types.string_ ->
unit ->
Types.blockval make_key_phrases_detection_job_properties :
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?data_access_role_arn:Types.iam_role_arn ->
?language_code:Types.language_code ->
?output_data_config:Types.output_data_config ->
?input_data_config:Types.input_data_config ->
?end_time:Types.timestamp ->
?submit_time:Types.timestamp ->
?message:Types.any_length_string ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.key_phrases_detection_job_propertiesval make_list_key_phrases_detection_jobs_response :
?next_token:Types.string_ ->
?key_phrases_detection_job_properties_list:
Types.key_phrases_detection_job_properties_list ->
unit ->
Types.list_key_phrases_detection_jobs_responseval make_key_phrases_detection_job_filter :
?submit_time_after:Types.timestamp ->
?submit_time_before:Types.timestamp ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
unit ->
Types.key_phrases_detection_job_filterval make_list_key_phrases_detection_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.key_phrases_detection_job_filter ->
unit ->
Types.list_key_phrases_detection_jobs_requestval make_flywheel_summary :
?latest_flywheel_iteration:Types.flywheel_iteration_id ->
?last_modified_time:Types.timestamp ->
?creation_time:Types.timestamp ->
?message:Types.any_length_string ->
?model_type:Types.model_type ->
?status:Types.flywheel_status ->
?data_lake_s3_uri:Types.s3_uri ->
?active_model_arn:Types.comprehend_model_arn ->
?flywheel_arn:Types.comprehend_flywheel_arn ->
unit ->
Types.flywheel_summaryval make_list_flywheels_response :
?next_token:Types.string_ ->
?flywheel_summary_list:Types.flywheel_summary_list ->
unit ->
Types.list_flywheels_responseval make_flywheel_filter :
?creation_time_before:Types.timestamp ->
?creation_time_after:Types.timestamp ->
?status:Types.flywheel_status ->
unit ->
Types.flywheel_filterval make_list_flywheels_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.flywheel_filter ->
unit ->
Types.list_flywheels_requestval make_flywheel_model_evaluation_metrics :
?average_accuracy:Types.double ->
?average_recall:Types.double ->
?average_precision:Types.double ->
?average_f1_score:Types.double ->
unit ->
Types.flywheel_model_evaluation_metricsval make_flywheel_iteration_properties :
?evaluation_manifest_s3_prefix:Types.s3_uri ->
?trained_model_metrics:Types.flywheel_model_evaluation_metrics ->
?trained_model_arn:Types.comprehend_model_arn ->
?evaluated_model_metrics:Types.flywheel_model_evaluation_metrics ->
?evaluated_model_arn:Types.comprehend_model_arn ->
?message:Types.any_length_string ->
?status:Types.flywheel_iteration_status ->
?end_time:Types.timestamp ->
?creation_time:Types.timestamp ->
?flywheel_iteration_id:Types.flywheel_iteration_id ->
?flywheel_arn:Types.comprehend_flywheel_arn ->
unit ->
Types.flywheel_iteration_propertiesval make_list_flywheel_iteration_history_response :
?next_token:Types.string_ ->
?flywheel_iteration_properties_list:Types.flywheel_iteration_properties_list ->
unit ->
Types.list_flywheel_iteration_history_responseval make_flywheel_iteration_filter :
?creation_time_before:Types.timestamp ->
?creation_time_after:Types.timestamp ->
unit ->
Types.flywheel_iteration_filterval make_list_flywheel_iteration_history_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.flywheel_iteration_filter ->
flywheel_arn:Types.comprehend_flywheel_arn ->
unit ->
Types.list_flywheel_iteration_history_requestval make_events_detection_job_properties :
?target_event_types:Types.target_event_types ->
?data_access_role_arn:Types.iam_role_arn ->
?language_code:Types.language_code ->
?output_data_config:Types.output_data_config ->
?input_data_config:Types.input_data_config ->
?end_time:Types.timestamp ->
?submit_time:Types.timestamp ->
?message:Types.any_length_string ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.events_detection_job_propertiesval make_list_events_detection_jobs_response :
?next_token:Types.string_ ->
?events_detection_job_properties_list:
Types.events_detection_job_properties_list ->
unit ->
Types.list_events_detection_jobs_responseval make_events_detection_job_filter :
?submit_time_after:Types.timestamp ->
?submit_time_before:Types.timestamp ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
unit ->
Types.events_detection_job_filterval make_list_events_detection_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.events_detection_job_filter ->
unit ->
Types.list_events_detection_jobs_requestval make_entity_recognizer_documents :
?input_format:Types.input_format ->
?test_s3_uri:Types.s3_uri ->
s3_uri:Types.s3_uri ->
unit ->
Types.entity_recognizer_documentsval make_entity_recognizer_annotations :
?test_s3_uri:Types.s3_uri ->
s3_uri:Types.s3_uri ->
unit ->
Types.entity_recognizer_annotationsval make_entity_recognizer_entity_list :
s3_uri:Types.s3_uri ->
unit ->
Types.entity_recognizer_entity_listval make_augmented_manifests_list_item :
?document_type:Types.augmented_manifests_document_type_format ->
?source_documents_s3_uri:Types.s3_uri ->
?annotation_data_s3_uri:Types.s3_uri ->
?split:Types.split ->
attribute_names:Types.attribute_names_list ->
s3_uri:Types.s3_uri ->
unit ->
Types.augmented_manifests_list_itemval make_entity_recognizer_input_data_config :
?augmented_manifests:Types.entity_recognizer_augmented_manifests_list ->
?entity_list:Types.entity_recognizer_entity_list ->
?annotations:Types.entity_recognizer_annotations ->
?documents:Types.entity_recognizer_documents ->
?data_format:Types.entity_recognizer_data_format ->
entity_types:Types.entity_types_list ->
unit ->
Types.entity_recognizer_input_data_configval make_entity_recognizer_evaluation_metrics :
?f1_score:Types.double ->
?recall:Types.double ->
?precision:Types.double ->
unit ->
Types.entity_recognizer_evaluation_metricsval make_entity_types_evaluation_metrics :
?f1_score:Types.double ->
?recall:Types.double ->
?precision:Types.double ->
unit ->
Types.entity_types_evaluation_metricsval make_entity_recognizer_metadata_entity_types_list_item :
?number_of_train_mentions:Types.integer ->
?evaluation_metrics:Types.entity_types_evaluation_metrics ->
?type_:Types.any_length_string ->
unit ->
Types.entity_recognizer_metadata_entity_types_list_itemval make_entity_recognizer_metadata :
?entity_types:Types.entity_recognizer_metadata_entity_types_list ->
?evaluation_metrics:Types.entity_recognizer_evaluation_metrics ->
?number_of_test_documents:Types.integer ->
?number_of_trained_documents:Types.integer ->
unit ->
Types.entity_recognizer_metadataval make_entity_recognizer_output_data_config :
?flywheel_stats_s3_prefix:Types.s3_uri ->
unit ->
Types.entity_recognizer_output_data_configval make_entity_recognizer_properties :
?output_data_config:Types.entity_recognizer_output_data_config ->
?flywheel_arn:Types.comprehend_flywheel_arn ->
?source_model_arn:Types.entity_recognizer_arn ->
?version_name:Types.version_name ->
?model_kms_key_id:Types.kms_key_id ->
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?data_access_role_arn:Types.iam_role_arn ->
?recognizer_metadata:Types.entity_recognizer_metadata ->
?input_data_config:Types.entity_recognizer_input_data_config ->
?training_end_time:Types.timestamp ->
?training_start_time:Types.timestamp ->
?end_time:Types.timestamp ->
?submit_time:Types.timestamp ->
?message:Types.any_length_string ->
?status:Types.model_status ->
?language_code:Types.language_code ->
?entity_recognizer_arn:Types.entity_recognizer_arn ->
unit ->
Types.entity_recognizer_propertiesval make_list_entity_recognizers_response :
?next_token:Types.string_ ->
?entity_recognizer_properties_list:Types.entity_recognizer_properties_list ->
unit ->
Types.list_entity_recognizers_responseval make_entity_recognizer_filter :
?submit_time_after:Types.timestamp ->
?submit_time_before:Types.timestamp ->
?recognizer_name:Types.comprehend_arn_name ->
?status:Types.model_status ->
unit ->
Types.entity_recognizer_filterval make_list_entity_recognizers_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.entity_recognizer_filter ->
unit ->
Types.list_entity_recognizers_requestval make_entity_recognizer_summary :
?latest_version_status:Types.model_status ->
?latest_version_name:Types.version_name ->
?latest_version_created_at:Types.timestamp ->
?number_of_versions:Types.integer ->
?recognizer_name:Types.comprehend_arn_name ->
unit ->
Types.entity_recognizer_summaryval make_list_entity_recognizer_summaries_response :
?next_token:Types.string_ ->
?entity_recognizer_summaries_list:Types.entity_recognizer_summaries_list ->
unit ->
Types.list_entity_recognizer_summaries_responseval make_list_entity_recognizer_summaries_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
unit ->
Types.list_entity_recognizer_summaries_requestval make_entities_detection_job_properties :
?flywheel_arn:Types.comprehend_flywheel_arn ->
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?data_access_role_arn:Types.iam_role_arn ->
?language_code:Types.language_code ->
?output_data_config:Types.output_data_config ->
?input_data_config:Types.input_data_config ->
?entity_recognizer_arn:Types.entity_recognizer_arn ->
?end_time:Types.timestamp ->
?submit_time:Types.timestamp ->
?message:Types.any_length_string ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.entities_detection_job_propertiesval make_list_entities_detection_jobs_response :
?next_token:Types.string_ ->
?entities_detection_job_properties_list:
Types.entities_detection_job_properties_list ->
unit ->
Types.list_entities_detection_jobs_responseval make_entities_detection_job_filter :
?submit_time_after:Types.timestamp ->
?submit_time_before:Types.timestamp ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
unit ->
Types.entities_detection_job_filterval make_list_entities_detection_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.entities_detection_job_filter ->
unit ->
Types.list_entities_detection_jobs_requestval make_endpoint_properties :
?flywheel_arn:Types.comprehend_flywheel_arn ->
?desired_data_access_role_arn:Types.iam_role_arn ->
?data_access_role_arn:Types.iam_role_arn ->
?last_modified_time:Types.timestamp ->
?creation_time:Types.timestamp ->
?current_inference_units:Types.inference_units_integer ->
?desired_inference_units:Types.inference_units_integer ->
?desired_model_arn:Types.comprehend_model_arn ->
?model_arn:Types.comprehend_model_arn ->
?message:Types.any_length_string ->
?status:Types.endpoint_status ->
?endpoint_arn:Types.comprehend_endpoint_arn ->
unit ->
Types.endpoint_propertiesval make_list_endpoints_response :
?next_token:Types.string_ ->
?endpoint_properties_list:Types.endpoint_properties_list ->
unit ->
Types.list_endpoints_responseval make_endpoint_filter :
?creation_time_after:Types.timestamp ->
?creation_time_before:Types.timestamp ->
?status:Types.endpoint_status ->
?model_arn:Types.comprehend_model_arn ->
unit ->
Types.endpoint_filterval make_list_endpoints_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.endpoint_filter ->
unit ->
Types.list_endpoints_requestval make_dominant_language_detection_job_properties :
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?data_access_role_arn:Types.iam_role_arn ->
?output_data_config:Types.output_data_config ->
?input_data_config:Types.input_data_config ->
?end_time:Types.timestamp ->
?submit_time:Types.timestamp ->
?message:Types.any_length_string ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.dominant_language_detection_job_propertiesval make_list_dominant_language_detection_jobs_response :
?next_token:Types.string_ ->
?dominant_language_detection_job_properties_list:
Types.dominant_language_detection_job_properties_list ->
unit ->
Types.list_dominant_language_detection_jobs_responseval make_dominant_language_detection_job_filter :
?submit_time_after:Types.timestamp ->
?submit_time_before:Types.timestamp ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
unit ->
Types.dominant_language_detection_job_filterval make_list_dominant_language_detection_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.dominant_language_detection_job_filter ->
unit ->
Types.list_dominant_language_detection_jobs_requestval make_document_classifier_documents :
?test_s3_uri:Types.s3_uri ->
s3_uri:Types.s3_uri ->
unit ->
Types.document_classifier_documentsval make_document_classifier_input_data_config :
?document_reader_config:Types.document_reader_config ->
?documents:Types.document_classifier_documents ->
?document_type:Types.document_classifier_document_type_format ->
?augmented_manifests:Types.document_classifier_augmented_manifests_list ->
?label_delimiter:Types.label_delimiter ->
?test_s3_uri:Types.s3_uri ->
?s3_uri:Types.s3_uri ->
?data_format:Types.document_classifier_data_format ->
unit ->
Types.document_classifier_input_data_configval make_document_classifier_output_data_config :
?flywheel_stats_s3_prefix:Types.s3_uri ->
?kms_key_id:Types.kms_key_id ->
?s3_uri:Types.s3_uri ->
unit ->
Types.document_classifier_output_data_configval make_classifier_evaluation_metrics :
?hamming_loss:Types.double ->
?micro_f1_score:Types.double ->
?micro_recall:Types.double ->
?micro_precision:Types.double ->
?f1_score:Types.double ->
?recall:Types.double ->
?precision:Types.double ->
?accuracy:Types.double ->
unit ->
Types.classifier_evaluation_metricsval make_classifier_metadata :
?evaluation_metrics:Types.classifier_evaluation_metrics ->
?number_of_test_documents:Types.integer ->
?number_of_trained_documents:Types.integer ->
?number_of_labels:Types.integer ->
unit ->
Types.classifier_metadataval make_document_classifier_properties :
?flywheel_arn:Types.comprehend_flywheel_arn ->
?source_model_arn:Types.document_classifier_arn ->
?version_name:Types.version_name ->
?model_kms_key_id:Types.kms_key_id ->
?mode:Types.document_classifier_mode ->
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?data_access_role_arn:Types.iam_role_arn ->
?classifier_metadata:Types.classifier_metadata ->
?output_data_config:Types.document_classifier_output_data_config ->
?input_data_config:Types.document_classifier_input_data_config ->
?training_end_time:Types.timestamp ->
?training_start_time:Types.timestamp ->
?end_time:Types.timestamp ->
?submit_time:Types.timestamp ->
?message:Types.any_length_string ->
?status:Types.model_status ->
?language_code:Types.language_code ->
?document_classifier_arn:Types.document_classifier_arn ->
unit ->
Types.document_classifier_propertiesval make_list_document_classifiers_response :
?next_token:Types.string_ ->
?document_classifier_properties_list:
Types.document_classifier_properties_list ->
unit ->
Types.list_document_classifiers_responseval make_document_classifier_filter :
?submit_time_after:Types.timestamp ->
?submit_time_before:Types.timestamp ->
?document_classifier_name:Types.comprehend_arn_name ->
?status:Types.model_status ->
unit ->
Types.document_classifier_filterval make_list_document_classifiers_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.document_classifier_filter ->
unit ->
Types.list_document_classifiers_requestval make_document_classifier_summary :
?latest_version_status:Types.model_status ->
?latest_version_name:Types.version_name ->
?latest_version_created_at:Types.timestamp ->
?number_of_versions:Types.integer ->
?document_classifier_name:Types.comprehend_arn_name ->
unit ->
Types.document_classifier_summaryval make_list_document_classifier_summaries_response :
?next_token:Types.string_ ->
?document_classifier_summaries_list:Types.document_classifier_summaries_list ->
unit ->
Types.list_document_classifier_summaries_responseval make_list_document_classifier_summaries_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
unit ->
Types.list_document_classifier_summaries_requestval make_document_classification_job_properties :
?flywheel_arn:Types.comprehend_flywheel_arn ->
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?data_access_role_arn:Types.iam_role_arn ->
?output_data_config:Types.output_data_config ->
?input_data_config:Types.input_data_config ->
?document_classifier_arn:Types.document_classifier_arn ->
?end_time:Types.timestamp ->
?submit_time:Types.timestamp ->
?message:Types.any_length_string ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
?job_arn:Types.comprehend_arn ->
?job_id:Types.job_id ->
unit ->
Types.document_classification_job_propertiesval make_list_document_classification_jobs_response :
?next_token:Types.string_ ->
?document_classification_job_properties_list:
Types.document_classification_job_properties_list ->
unit ->
Types.list_document_classification_jobs_responseval make_document_classification_job_filter :
?submit_time_after:Types.timestamp ->
?submit_time_before:Types.timestamp ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
unit ->
Types.document_classification_job_filterval make_list_document_classification_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.document_classification_job_filter ->
unit ->
Types.list_document_classification_jobs_requestval make_dataset_properties :
?end_time:Types.timestamp ->
?creation_time:Types.timestamp ->
?number_of_documents:Types.number_of_documents ->
?message:Types.any_length_string ->
?status:Types.dataset_status ->
?description:Types.description ->
?dataset_s3_uri:Types.s3_uri ->
?dataset_type:Types.dataset_type ->
?dataset_name:Types.comprehend_arn_name ->
?dataset_arn:Types.comprehend_dataset_arn ->
unit ->
Types.dataset_propertiesval make_list_datasets_response :
?next_token:Types.string_ ->
?dataset_properties_list:Types.dataset_properties_list ->
unit ->
Types.list_datasets_responseval make_dataset_filter :
?creation_time_before:Types.timestamp ->
?creation_time_after:Types.timestamp ->
?dataset_type:Types.dataset_type ->
?status:Types.dataset_status ->
unit ->
Types.dataset_filterval make_list_datasets_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.dataset_filter ->
?flywheel_arn:Types.comprehend_flywheel_arn ->
unit ->
Types.list_datasets_requestval make_import_model_response :
?model_arn:Types.comprehend_model_arn ->
unit ->
Types.import_model_responseval make_import_model_request :
?tags:Types.tag_list ->
?data_access_role_arn:Types.iam_role_arn ->
?model_kms_key_id:Types.kms_key_id ->
?version_name:Types.version_name ->
?model_name:Types.comprehend_arn_name ->
source_model_arn:Types.comprehend_model_arn ->
unit ->
Types.import_model_requestval make_document_metadata :
?extracted_characters:Types.list_of_extracted_characters ->
?pages:Types.integer ->
unit ->
Types.document_metadataval make_detect_toxic_content_response :
?result_list:Types.list_of_toxic_labels ->
unit ->
Types.detect_toxic_content_responseval make_detect_toxic_content_request :
language_code:Types.language_code ->
text_segments:Types.list_of_text_segments ->
unit ->
Types.detect_toxic_content_requestval make_detect_targeted_sentiment_response :
?entities:Types.list_of_targeted_sentiment_entities ->
unit ->
Types.detect_targeted_sentiment_responseval make_detect_targeted_sentiment_request :
language_code:Types.language_code ->
text:Types.customer_input_string ->
unit ->
Types.detect_targeted_sentiment_requestval make_detect_syntax_response :
?syntax_tokens:Types.list_of_syntax_tokens ->
unit ->
Types.detect_syntax_responseval make_detect_syntax_request :
language_code:Types.syntax_language_code ->
text:Types.customer_input_string ->
unit ->
Types.detect_syntax_requestval make_detect_sentiment_response :
?sentiment_score:Types.sentiment_score ->
?sentiment:Types.sentiment_type ->
unit ->
Types.detect_sentiment_responseval make_detect_sentiment_request :
language_code:Types.language_code ->
text:Types.customer_input_string ->
unit ->
Types.detect_sentiment_requestval make_detect_pii_entities_response :
?entities:Types.list_of_pii_entities ->
unit ->
Types.detect_pii_entities_responseval make_detect_pii_entities_request :
language_code:Types.language_code ->
text:Types.string_ ->
unit ->
Types.detect_pii_entities_requestval make_detect_key_phrases_response :
?key_phrases:Types.list_of_key_phrases ->
unit ->
Types.detect_key_phrases_responseval make_detect_key_phrases_request :
language_code:Types.language_code ->
text:Types.customer_input_string ->
unit ->
Types.detect_key_phrases_requestval make_detect_entities_response :
?errors:Types.list_of_errors ->
?blocks:Types.list_of_blocks ->
?document_type:Types.list_of_document_type ->
?document_metadata:Types.document_metadata ->
?entities:Types.list_of_entities ->
unit ->
Types.detect_entities_responseval make_detect_entities_request :
?document_reader_config:Types.document_reader_config ->
?bytes:Types.semi_structured_document_blob ->
?endpoint_arn:Types.entity_recognizer_endpoint_arn ->
?language_code:Types.language_code ->
?text:Types.customer_input_string ->
unit ->
Types.detect_entities_requestval make_detect_dominant_language_response :
?languages:Types.list_of_dominant_languages ->
unit ->
Types.detect_dominant_language_responseval make_detect_dominant_language_request :
text:Types.customer_input_string ->
unit ->
Types.detect_dominant_language_requestval make_describe_topics_detection_job_response :
?topics_detection_job_properties:Types.topics_detection_job_properties ->
unit ->
Types.describe_topics_detection_job_responseval make_describe_topics_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_topics_detection_job_requestval make_describe_targeted_sentiment_detection_job_response :
?targeted_sentiment_detection_job_properties:
Types.targeted_sentiment_detection_job_properties ->
unit ->
Types.describe_targeted_sentiment_detection_job_responseval make_describe_targeted_sentiment_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_targeted_sentiment_detection_job_requestval make_describe_sentiment_detection_job_response :
?sentiment_detection_job_properties:Types.sentiment_detection_job_properties ->
unit ->
Types.describe_sentiment_detection_job_responseval make_describe_sentiment_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_sentiment_detection_job_requestval make_describe_resource_policy_response :
?policy_revision_id:Types.policy_revision_id ->
?last_modified_time:Types.timestamp ->
?creation_time:Types.timestamp ->
?resource_policy:Types.policy ->
unit ->
Types.describe_resource_policy_responseval make_describe_resource_policy_request :
resource_arn:Types.comprehend_model_arn ->
unit ->
Types.describe_resource_policy_requestval make_describe_pii_entities_detection_job_response :
?pii_entities_detection_job_properties:
Types.pii_entities_detection_job_properties ->
unit ->
Types.describe_pii_entities_detection_job_responseval make_describe_pii_entities_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_pii_entities_detection_job_requestval make_describe_key_phrases_detection_job_response :
?key_phrases_detection_job_properties:
Types.key_phrases_detection_job_properties ->
unit ->
Types.describe_key_phrases_detection_job_responseval make_describe_key_phrases_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_key_phrases_detection_job_requestval make_describe_flywheel_response :
?flywheel_properties:Types.flywheel_properties ->
unit ->
Types.describe_flywheel_responseval make_describe_flywheel_request :
flywheel_arn:Types.comprehend_flywheel_arn ->
unit ->
Types.describe_flywheel_requestval make_describe_flywheel_iteration_response :
?flywheel_iteration_properties:Types.flywheel_iteration_properties ->
unit ->
Types.describe_flywheel_iteration_responseval make_describe_flywheel_iteration_request :
flywheel_iteration_id:Types.flywheel_iteration_id ->
flywheel_arn:Types.comprehend_flywheel_arn ->
unit ->
Types.describe_flywheel_iteration_requestval make_describe_events_detection_job_response :
?events_detection_job_properties:Types.events_detection_job_properties ->
unit ->
Types.describe_events_detection_job_responseval make_describe_events_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_events_detection_job_requestval make_describe_entity_recognizer_response :
?entity_recognizer_properties:Types.entity_recognizer_properties ->
unit ->
Types.describe_entity_recognizer_responseval make_describe_entity_recognizer_request :
entity_recognizer_arn:Types.entity_recognizer_arn ->
unit ->
Types.describe_entity_recognizer_requestval make_describe_entities_detection_job_response :
?entities_detection_job_properties:Types.entities_detection_job_properties ->
unit ->
Types.describe_entities_detection_job_responseval make_describe_entities_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_entities_detection_job_requestval make_describe_endpoint_response :
?endpoint_properties:Types.endpoint_properties ->
unit ->
Types.describe_endpoint_responseval make_describe_endpoint_request :
endpoint_arn:Types.comprehend_endpoint_arn ->
unit ->
Types.describe_endpoint_requestval make_describe_dominant_language_detection_job_response :
?dominant_language_detection_job_properties:
Types.dominant_language_detection_job_properties ->
unit ->
Types.describe_dominant_language_detection_job_responseval make_describe_dominant_language_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_dominant_language_detection_job_requestval make_describe_document_classifier_response :
?document_classifier_properties:Types.document_classifier_properties ->
unit ->
Types.describe_document_classifier_responseval make_describe_document_classifier_request :
document_classifier_arn:Types.document_classifier_arn ->
unit ->
Types.describe_document_classifier_requestval make_describe_document_classification_job_response :
?document_classification_job_properties:
Types.document_classification_job_properties ->
unit ->
Types.describe_document_classification_job_responseval make_describe_document_classification_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_document_classification_job_requestval make_describe_dataset_response :
?dataset_properties:Types.dataset_properties ->
unit ->
Types.describe_dataset_responseval make_describe_dataset_request :
dataset_arn:Types.comprehend_dataset_arn ->
unit ->
Types.describe_dataset_requestval make_delete_resource_policy_request :
?policy_revision_id:Types.policy_revision_id ->
resource_arn:Types.comprehend_model_arn ->
unit ->
Types.delete_resource_policy_requestval make_delete_flywheel_request :
flywheel_arn:Types.comprehend_flywheel_arn ->
unit ->
Types.delete_flywheel_requestval make_delete_entity_recognizer_request :
entity_recognizer_arn:Types.entity_recognizer_arn ->
unit ->
Types.delete_entity_recognizer_requestval make_delete_endpoint_request :
endpoint_arn:Types.comprehend_endpoint_arn ->
unit ->
Types.delete_endpoint_requestval make_delete_document_classifier_request :
document_classifier_arn:Types.document_classifier_arn ->
unit ->
Types.delete_document_classifier_requestval make_dataset_augmented_manifests_list_item :
?document_type:Types.augmented_manifests_document_type_format ->
?source_documents_s3_uri:Types.s3_uri ->
?annotation_data_s3_uri:Types.s3_uri ->
s3_uri:Types.s3_uri ->
attribute_names:Types.attribute_names_list ->
unit ->
Types.dataset_augmented_manifests_list_itemval make_dataset_document_classifier_input_data_config :
?label_delimiter:Types.label_delimiter ->
s3_uri:Types.s3_uri ->
unit ->
Types.dataset_document_classifier_input_data_configval make_dataset_entity_recognizer_annotations :
s3_uri:Types.s3_uri ->
unit ->
Types.dataset_entity_recognizer_annotationsval make_dataset_entity_recognizer_documents :
?input_format:Types.input_format ->
s3_uri:Types.s3_uri ->
unit ->
Types.dataset_entity_recognizer_documentsval make_dataset_entity_recognizer_entity_list :
s3_uri:Types.s3_uri ->
unit ->
Types.dataset_entity_recognizer_entity_listval make_dataset_entity_recognizer_input_data_config :
?entity_list:Types.dataset_entity_recognizer_entity_list ->
?annotations:Types.dataset_entity_recognizer_annotations ->
documents:Types.dataset_entity_recognizer_documents ->
unit ->
Types.dataset_entity_recognizer_input_data_configval make_dataset_input_data_config :
?entity_recognizer_input_data_config:
Types.dataset_entity_recognizer_input_data_config ->
?document_classifier_input_data_config:
Types.dataset_document_classifier_input_data_config ->
?data_format:Types.dataset_data_format ->
?augmented_manifests:Types.dataset_augmented_manifests_list ->
unit ->
Types.dataset_input_data_configval make_create_flywheel_response :
?active_model_arn:Types.comprehend_model_arn ->
?flywheel_arn:Types.comprehend_flywheel_arn ->
unit ->
Types.create_flywheel_responseval make_create_flywheel_request :
?tags:Types.tag_list ->
?client_request_token:Types.client_request_token_string ->
?data_security_config:Types.data_security_config ->
?model_type:Types.model_type ->
?task_config:Types.task_config ->
?active_model_arn:Types.comprehend_model_arn ->
data_lake_s3_uri:Types.flywheel_s3_uri ->
data_access_role_arn:Types.iam_role_arn ->
flywheel_name:Types.comprehend_arn_name ->
unit ->
Types.create_flywheel_requestval make_create_entity_recognizer_response :
?entity_recognizer_arn:Types.entity_recognizer_arn ->
unit ->
Types.create_entity_recognizer_responseval make_create_entity_recognizer_request :
?model_policy:Types.policy ->
?model_kms_key_id:Types.kms_key_id ->
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?client_request_token:Types.client_request_token_string ->
?tags:Types.tag_list ->
?version_name:Types.version_name ->
language_code:Types.language_code ->
input_data_config:Types.entity_recognizer_input_data_config ->
data_access_role_arn:Types.iam_role_arn ->
recognizer_name:Types.comprehend_arn_name ->
unit ->
Types.create_entity_recognizer_requestval make_create_endpoint_response :
?model_arn:Types.comprehend_model_arn ->
?endpoint_arn:Types.comprehend_endpoint_arn ->
unit ->
Types.create_endpoint_responseval make_create_endpoint_request :
?flywheel_arn:Types.comprehend_flywheel_arn ->
?data_access_role_arn:Types.iam_role_arn ->
?tags:Types.tag_list ->
?client_request_token:Types.client_request_token_string ->
?model_arn:Types.comprehend_model_arn ->
desired_inference_units:Types.inference_units_integer ->
endpoint_name:Types.comprehend_endpoint_name ->
unit ->
Types.create_endpoint_requestval make_create_document_classifier_response :
?document_classifier_arn:Types.document_classifier_arn ->
unit ->
Types.create_document_classifier_responseval make_create_document_classifier_request :
?model_policy:Types.policy ->
?model_kms_key_id:Types.kms_key_id ->
?mode:Types.document_classifier_mode ->
?vpc_config:Types.vpc_config ->
?volume_kms_key_id:Types.kms_key_id ->
?client_request_token:Types.client_request_token_string ->
?output_data_config:Types.document_classifier_output_data_config ->
?tags:Types.tag_list ->
?version_name:Types.version_name ->
language_code:Types.language_code ->
input_data_config:Types.document_classifier_input_data_config ->
data_access_role_arn:Types.iam_role_arn ->
document_classifier_name:Types.comprehend_arn_name ->
unit ->
Types.create_document_classifier_requestval make_create_dataset_response :
?dataset_arn:Types.comprehend_dataset_arn ->
unit ->
Types.create_dataset_responseval make_create_dataset_request :
?tags:Types.tag_list ->
?client_request_token:Types.client_request_token_string ->
?description:Types.description ->
?dataset_type:Types.dataset_type ->
input_data_config:Types.dataset_input_data_config ->
dataset_name:Types.comprehend_arn_name ->
flywheel_arn:Types.comprehend_flywheel_arn ->
unit ->
Types.create_dataset_requestval make_contains_pii_entities_response :
?labels:Types.list_of_entity_labels ->
unit ->
Types.contains_pii_entities_responseval make_contains_pii_entities_request :
language_code:Types.language_code ->
text:Types.string_ ->
unit ->
Types.contains_pii_entities_requestval make_classify_document_response :
?warnings:Types.list_of_warnings ->
?errors:Types.list_of_errors ->
?document_type:Types.list_of_document_type ->
?document_metadata:Types.document_metadata ->
?labels:Types.list_of_labels ->
?classes:Types.list_of_classes ->
unit ->
Types.classify_document_responseval make_classify_document_request :
?document_reader_config:Types.document_reader_config ->
?bytes:Types.semi_structured_document_blob ->
?text:Types.customer_input_string ->
endpoint_arn:Types.document_classifier_endpoint_arn ->
unit ->
Types.classify_document_requestval make_batch_item_error :
?error_message:Types.string_ ->
?error_code:Types.string_ ->
?index:Types.integer ->
unit ->
Types.batch_item_errorval make_batch_detect_targeted_sentiment_response :
error_list:Types.batch_item_error_list ->
result_list:Types.list_of_detect_targeted_sentiment_result ->
unit ->
Types.batch_detect_targeted_sentiment_responseval make_batch_detect_targeted_sentiment_request :
language_code:Types.language_code ->
text_list:Types.customer_input_string_list ->
unit ->
Types.batch_detect_targeted_sentiment_requestval make_batch_detect_syntax_response :
error_list:Types.batch_item_error_list ->
result_list:Types.list_of_detect_syntax_result ->
unit ->
Types.batch_detect_syntax_responseval make_batch_detect_syntax_request :
language_code:Types.syntax_language_code ->
text_list:Types.customer_input_string_list ->
unit ->
Types.batch_detect_syntax_requestval make_batch_detect_sentiment_response :
error_list:Types.batch_item_error_list ->
result_list:Types.list_of_detect_sentiment_result ->
unit ->
Types.batch_detect_sentiment_responseval make_batch_detect_sentiment_request :
language_code:Types.language_code ->
text_list:Types.customer_input_string_list ->
unit ->
Types.batch_detect_sentiment_requestval make_batch_detect_key_phrases_response :
error_list:Types.batch_item_error_list ->
result_list:Types.list_of_detect_key_phrases_result ->
unit ->
Types.batch_detect_key_phrases_responseval make_batch_detect_key_phrases_request :
language_code:Types.language_code ->
text_list:Types.customer_input_string_list ->
unit ->
Types.batch_detect_key_phrases_requestval make_batch_detect_entities_response :
error_list:Types.batch_item_error_list ->
result_list:Types.list_of_detect_entities_result ->
unit ->
Types.batch_detect_entities_responseval make_batch_detect_entities_request :
language_code:Types.language_code ->
text_list:Types.customer_input_string_list ->
unit ->
Types.batch_detect_entities_requestval make_batch_detect_dominant_language_response :
error_list:Types.batch_item_error_list ->
result_list:Types.list_of_detect_dominant_language_result ->
unit ->
Types.batch_detect_dominant_language_responseval make_batch_detect_dominant_language_request :
text_list:Types.customer_input_string_list ->
unit ->
Types.batch_detect_dominant_language_requestOperations
module BatchDetectDominantLanguage : sig ... endDetermines the dominant language of the input text for a batch of documents. For a list of languages that Amazon Comprehend can detect, see Amazon Comprehend Supported Languages.
module BatchDetectEntities : sig ... endInspects the text of a batch of documents for named entities and returns information about them. For more information about named entities, see Entities in the Comprehend Developer Guide.
module BatchDetectKeyPhrases : sig ... endDetects the key noun phrases found in a batch of documents.
module BatchDetectSentiment : sig ... endInspects a batch of documents and returns an inference of the prevailing sentiment, POSITIVE, NEUTRAL, MIXED, or NEGATIVE, in each one.
module BatchDetectSyntax : sig ... endInspects the text of a batch of documents for the syntax and part of speech of the words in the document and returns information about them. For more information, see Syntax in the Comprehend Developer Guide.
module BatchDetectTargetedSentiment : sig ... endInspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.
module ClassifyDocument : sig ... endCreates a classification request to analyze a single document in real-time. ClassifyDocument supports the following model types:
module ContainsPiiEntities : sig ... endAnalyzes input text for the presence of personally identifiable information (PII) and returns the labels of identified PII entity types such as name, address, bank account number, or phone number.
module CreateDataset : sig ... endCreates a dataset to upload training or test data for a model associated with a flywheel. For more information about datasets, see Flywheel overview in the Amazon Comprehend Developer Guide.
module CreateDocumentClassifier : sig ... endCreates a new document classifier that you can use to categorize documents. To create a classifier, you provide a set of training documents that are labeled with the categories that you want to use. For more information, see Training classifier models in the Comprehend Developer Guide.
module CreateEndpoint : sig ... endCreates a model-specific endpoint for synchronous inference for a previously trained custom model For information about endpoints, see Managing endpoints.
module CreateEntityRecognizer : sig ... endCreates an entity recognizer using submitted files. After your CreateEntityRecognizer request is submitted, you can check job status using the DescribeEntityRecognizer API.
module CreateFlywheel : sig ... endA flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom classification or custom entity recognition. You can create a flywheel to start with an existing trained model, or Comprehend can create and train a new model.
module DeleteDocumentClassifier : sig ... endDeletes a previously created document classifier
module DeleteEndpoint : sig ... endDeletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted. For information about endpoints, see Managing endpoints.
module DeleteEntityRecognizer : sig ... endDeletes an entity recognizer.
module DeleteFlywheel : sig ... endDeletes a flywheel. When you delete the flywheel, Amazon Comprehend does not delete the data lake or the model associated with the flywheel.
module DeleteResourcePolicy : sig ... endDeletes a resource-based policy that is attached to a custom model.
module DescribeDataset : sig ... endReturns information about the dataset that you specify. For more information about datasets, see Flywheel overview in the Amazon Comprehend Developer Guide.
module DescribeDocumentClassificationJob : sig ... endGets the properties associated with a document classification job. Use this operation to get the status of a classification job.
module DescribeDocumentClassifier : sig ... endGets the properties associated with a document classifier.
module DescribeDominantLanguageDetectionJob : sig ... endGets the properties associated with a dominant language detection job. Use this operation to get the status of a detection job.
module DescribeEndpoint : sig ... endGets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint. For information about endpoints, see Managing endpoints.
module DescribeEntitiesDetectionJob : sig ... endGets the properties associated with an entities detection job. Use this operation to get the status of a detection job.
module DescribeEntityRecognizer : sig ... endProvides details about an entity recognizer including status, S3 buckets containing training data, recognizer metadata, metrics, and so on.
module DescribeEventsDetectionJob : sig ... endGets the status and details of an events detection job.
module DescribeFlywheel : sig ... endProvides configuration information about the flywheel. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.
module DescribeFlywheelIteration : sig ... endRetrieve the configuration properties of a flywheel iteration. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.
module DescribeKeyPhrasesDetectionJob : sig ... endGets the properties associated with a key phrases detection job. Use this operation to get the status of a detection job.
module DescribePiiEntitiesDetectionJob : sig ... endGets the properties associated with a PII entities detection job. For example, you can use this operation to get the job status.
module DescribeResourcePolicy : sig ... endGets the details of a resource-based policy that is attached to a custom model, including the JSON body of the policy.
module DescribeSentimentDetectionJob : sig ... endGets the properties associated with a sentiment detection job. Use this operation to get the status of a detection job.
module DescribeTargetedSentimentDetectionJob : sig ... endGets the properties associated with a targeted sentiment detection job. Use this operation to get the status of the job.
module DescribeTopicsDetectionJob : sig ... endGets the properties associated with a topic detection job. Use this operation to get the status of a detection job.
module DetectDominantLanguage : sig ... endDetermines the dominant language of the input text. For a list of languages that Amazon Comprehend can detect, see Amazon Comprehend Supported Languages.
module DetectEntities : sig ... endDetects named entities in input text when you use the pre-trained model. Detects custom entities if you have a custom entity recognition model.
module DetectKeyPhrases : sig ... endDetects the key noun phrases found in the text.
module DetectPiiEntities : sig ... endInspects the input text for entities that contain personally identifiable information (PII) and returns information about them.
module DetectSentiment : sig ... endInspects text and returns an inference of the prevailing sentiment (POSITIVE, NEUTRAL, MIXED, or NEGATIVE).
module DetectSyntax : sig ... endInspects text for syntax and the part of speech of words in the document. For more information, see Syntax in the Comprehend Developer Guide.
module DetectTargetedSentiment : sig ... endInspects the input text and returns a sentiment analysis for each entity identified in the text.
module DetectToxicContent : sig ... endPerforms toxicity analysis on the list of text strings that you provide as input. The API response contains a results list that matches the size of the input list. For more information about toxicity detection, see Toxicity detection in the Amazon Comprehend Developer Guide.
module ImportModel : sig ... endCreates a new custom model that replicates a source custom model that you import. The source model can be in your Amazon Web Services account or another one.
module ListDatasets : sig ... endList the datasets that you have configured in this Region. For more information about datasets, see Flywheel overview in the Amazon Comprehend Developer Guide.
module ListDocumentClassificationJobs : sig ... endGets a list of the documentation classification jobs that you have submitted.
module ListDocumentClassifierSummaries : sig ... endGets a list of summaries of the document classifiers that you have created
module ListDocumentClassifiers : sig ... endGets a list of the document classifiers that you have created.
module ListDominantLanguageDetectionJobs : sig ... endGets a list of the dominant language detection jobs that you have submitted.
module ListEndpoints : sig ... endGets a list of all existing endpoints that you've created. For information about endpoints, see Managing endpoints.
module ListEntitiesDetectionJobs : sig ... endGets a list of the entity detection jobs that you have submitted.
module ListEntityRecognizerSummaries : sig ... endGets a list of summaries for the entity recognizers that you have created.
module ListEntityRecognizers : sig ... endGets a list of the properties of all entity recognizers that you created, including recognizers currently in training. Allows you to filter the list of recognizers based on criteria such as status and submission time. This call returns up to 500 entity recognizers in the list, with a default number of 100 recognizers in the list.
module ListEventsDetectionJobs : sig ... endGets a list of the events detection jobs that you have submitted.
module ListFlywheelIterationHistory : sig ... endInformation about the history of a flywheel iteration. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.
module ListFlywheels : sig ... endGets a list of the flywheels that you have created.
module ListKeyPhrasesDetectionJobs : sig ... endGet a list of key phrase detection jobs that you have submitted.
module ListPiiEntitiesDetectionJobs : sig ... endGets a list of the PII entity detection jobs that you have submitted.
module ListSentimentDetectionJobs : sig ... endGets a list of sentiment detection jobs that you have submitted.
module ListTagsForResource : sig ... endLists all tags associated with a given Amazon Comprehend resource.
module ListTargetedSentimentDetectionJobs : sig ... endGets a list of targeted sentiment detection jobs that you have submitted.
module ListTopicsDetectionJobs : sig ... endGets a list of the topic detection jobs that you have submitted.
module PutResourcePolicy : sig ... endAttaches a resource-based policy to a custom model. You can use this policy to authorize an entity in another Amazon Web Services account to import the custom model, which replicates it in Amazon Comprehend in their account.
module StartDocumentClassificationJob : sig ... endStarts an asynchronous document classification job using a custom classification model. Use the DescribeDocumentClassificationJob operation to track the progress of the job.
module StartDominantLanguageDetectionJob : sig ... endStarts an asynchronous dominant language detection job for a collection of documents. Use the operation to track the status of a job.
module StartEntitiesDetectionJob : sig ... endStarts an asynchronous entity detection job for a collection of documents. Use the operation to track the status of a job.
module StartEventsDetectionJob : sig ... endStarts an asynchronous event detection job for a collection of documents.
module StartFlywheelIteration : sig ... endStart the flywheel iteration.This operation uses any new datasets to train a new model version. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.
module StartKeyPhrasesDetectionJob : sig ... endStarts an asynchronous key phrase detection job for a collection of documents. Use the operation to track the status of a job.
module StartPiiEntitiesDetectionJob : sig ... endStarts an asynchronous PII entity detection job for a collection of documents.
module StartSentimentDetectionJob : sig ... endStarts an asynchronous sentiment detection job for a collection of documents. Use the operation to track the status of a job.
module StartTargetedSentimentDetectionJob : sig ... endStarts an asynchronous targeted sentiment detection job for a collection of documents. Use the DescribeTargetedSentimentDetectionJob operation to track the status of a job.
module StartTopicsDetectionJob : sig ... endStarts an asynchronous topic detection job. Use the DescribeTopicDetectionJob operation to track the status of a job.
module StopDominantLanguageDetectionJob : sig ... endStops a dominant language detection job in progress.
module StopEntitiesDetectionJob : sig ... endStops an entities detection job in progress.
module StopEventsDetectionJob : sig ... endStops an events detection job in progress.
module StopKeyPhrasesDetectionJob : sig ... endStops a key phrases detection job in progress.
module StopPiiEntitiesDetectionJob : sig ... endStops a PII entities detection job in progress.
module StopSentimentDetectionJob : sig ... endStops a sentiment detection job in progress.
module StopTargetedSentimentDetectionJob : sig ... endStops a targeted sentiment detection job in progress.
module StopTrainingDocumentClassifier : sig ... endStops a document classifier training job while in progress.
module StopTrainingEntityRecognizer : sig ... endStops an entity recognizer training job while in progress.
module TagResource : sig ... endAssociates a specific tag with an Amazon Comprehend resource. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
module UntagResource : sig ... endRemoves a specific tag associated with an Amazon Comprehend resource.
module UpdateEndpoint : sig ... endUpdates information about the specified endpoint. For information about endpoints, see Managing endpoints.
module UpdateFlywheel : sig ... endmodule Json_serializers : sig ... endmodule Json_deserializers : sig ... end