Module Smaws_Client_Comprehend

Comprehend client library built on EIO.

Types

module Types : sig ... end

Builders

val make_warnings_list_item : ?warn_message:Types.string_ -> ?warn_code:Types.page_based_warning_code -> ?page:Types.integer -> unit -> Types.warnings_list_item
val make_vpc_config : subnets:Types.subnets -> security_group_ids:Types.security_group_ids -> unit -> Types.vpc_config
val make_document_classification_config : ?labels:Types.labels_list -> mode:Types.document_classifier_mode -> unit -> Types.document_classification_config
val make_entity_types_list_item : type_:Types.entity_type_name -> unit -> Types.entity_types_list_item
val make_entity_recognition_config : entity_types:Types.entity_types_list -> unit -> Types.entity_recognition_config
val 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_config
val 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_config
val 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_properties
val make_update_flywheel_response : ?flywheel_properties:Types.flywheel_properties -> unit -> Types.update_flywheel_response
val 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_config
val 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_request
val make_invalid_request_detail : ?reason:Types.invalid_request_detail_reason -> unit -> Types.invalid_request_detail
val make_update_endpoint_response : ?desired_model_arn:Types.comprehend_model_arn -> unit -> Types.update_endpoint_response
val 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_request
val make_untag_resource_response : unit -> unit
val make_untag_resource_request : tag_keys:Types.tag_key_list -> resource_arn:Types.comprehend_arn -> unit -> Types.untag_resource_request
val make_toxic_content : ?score:Types.float_ -> ?name:Types.toxic_content_type -> unit -> Types.toxic_content
val make_toxic_labels : ?toxicity:Types.float_ -> ?labels:Types.list_of_toxic_content -> unit -> Types.toxic_labels
val 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_config
val 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_config
val make_output_data_config : ?kms_key_id:Types.kms_key_id -> s3_uri:Types.s3_uri -> unit -> Types.output_data_config
val 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_properties
val 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_filter
val make_text_segment : text:Types.customer_input_string -> unit -> Types.text_segment
val make_sentiment_score : ?mixed:Types.float_ -> ?neutral:Types.float_ -> ?negative:Types.float_ -> ?positive:Types.float_ -> unit -> Types.sentiment_score
val make_mention_sentiment : ?sentiment_score:Types.sentiment_score -> ?sentiment:Types.sentiment_type -> unit -> Types.mention_sentiment
val 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_mention
val make_targeted_sentiment_entity : ?mentions:Types.list_of_mentions -> ?descriptive_mention_index:Types.list_of_descriptive_mention_indices -> unit -> Types.targeted_sentiment_entity
val 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_properties
val 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_filter
val make_tag_resource_response : unit -> unit
val make_tag : ?value:Types.tag_value -> key:Types.tag_key -> unit -> Types.tag
val make_tag_resource_request : tags:Types.tag_list -> resource_arn:Types.comprehend_arn -> unit -> Types.tag_resource_request
val make_part_of_speech_tag : ?score:Types.float_ -> ?tag:Types.part_of_speech_tag_type -> unit -> Types.part_of_speech_tag
val 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_token
val make_stop_training_entity_recognizer_response : unit -> unit
val make_stop_training_entity_recognizer_request : entity_recognizer_arn:Types.entity_recognizer_arn -> unit -> Types.stop_training_entity_recognizer_request
val make_stop_training_document_classifier_response : unit -> unit
val make_stop_training_document_classifier_request : document_classifier_arn:Types.document_classifier_arn -> unit -> Types.stop_training_document_classifier_request
val make_stop_targeted_sentiment_detection_job_response : ?job_status:Types.job_status -> ?job_id:Types.job_id -> unit -> Types.stop_targeted_sentiment_detection_job_response
val make_stop_targeted_sentiment_detection_job_request : job_id:Types.job_id -> unit -> Types.stop_targeted_sentiment_detection_job_request
val make_stop_sentiment_detection_job_response : ?job_status:Types.job_status -> ?job_id:Types.job_id -> unit -> Types.stop_sentiment_detection_job_response
val make_stop_sentiment_detection_job_request : job_id:Types.job_id -> unit -> Types.stop_sentiment_detection_job_request
val make_stop_pii_entities_detection_job_response : ?job_status:Types.job_status -> ?job_id:Types.job_id -> unit -> Types.stop_pii_entities_detection_job_response
val make_stop_pii_entities_detection_job_request : job_id:Types.job_id -> unit -> Types.stop_pii_entities_detection_job_request
val make_stop_key_phrases_detection_job_response : ?job_status:Types.job_status -> ?job_id:Types.job_id -> unit -> Types.stop_key_phrases_detection_job_response
val make_stop_key_phrases_detection_job_request : job_id:Types.job_id -> unit -> Types.stop_key_phrases_detection_job_request
val make_stop_events_detection_job_response : ?job_status:Types.job_status -> ?job_id:Types.job_id -> unit -> Types.stop_events_detection_job_response
val make_stop_events_detection_job_request : job_id:Types.job_id -> unit -> Types.stop_events_detection_job_request
val make_stop_entities_detection_job_response : ?job_status:Types.job_status -> ?job_id:Types.job_id -> unit -> Types.stop_entities_detection_job_response
val make_stop_entities_detection_job_request : job_id:Types.job_id -> unit -> Types.stop_entities_detection_job_request
val make_stop_dominant_language_detection_job_response : ?job_status:Types.job_status -> ?job_id:Types.job_id -> unit -> Types.stop_dominant_language_detection_job_response
val make_stop_dominant_language_detection_job_request : job_id:Types.job_id -> unit -> Types.stop_dominant_language_detection_job_request
val 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_response
val 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_request
val 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_response
val 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_request
val 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_response
val 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_request
val 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_response
val 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_config
val 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_request
val 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_response
val 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_request
val make_start_flywheel_iteration_response : ?flywheel_iteration_id:Types.flywheel_iteration_id -> ?flywheel_arn:Types.comprehend_flywheel_arn -> unit -> Types.start_flywheel_iteration_response
val make_start_flywheel_iteration_request : ?client_request_token:Types.client_request_token_string -> flywheel_arn:Types.comprehend_flywheel_arn -> unit -> Types.start_flywheel_iteration_request
val 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_response
val 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_request
val 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_response
val 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_request
val 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_response
val 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_request
val 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_response
val 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_request
val 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_properties
val 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_filter
val make_relationships_list_item : ?type_:Types.relationship_type -> ?ids:Types.string_list -> unit -> Types.relationships_list_item
val make_put_resource_policy_response : ?policy_revision_id:Types.policy_revision_id -> unit -> Types.put_resource_policy_response
val 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_request
val make_point : ?y:Types.float_ -> ?x:Types.float_ -> unit -> Types.point
val make_pii_output_data_config : ?kms_key_id:Types.kms_key_id -> s3_uri:Types.s3_uri -> unit -> Types.pii_output_data_config
val make_pii_entity : ?end_offset:Types.integer -> ?begin_offset:Types.integer -> ?type_:Types.pii_entity_type -> ?score:Types.float_ -> unit -> Types.pii_entity
val 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_properties
val 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_filter
val 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_response
val 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_request
val 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_response
val 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_request
val make_list_tags_for_resource_response : ?tags:Types.tag_list -> ?resource_arn:Types.comprehend_arn -> unit -> Types.list_tags_for_resource_response
val make_list_tags_for_resource_request : resource_arn:Types.comprehend_arn -> unit -> Types.list_tags_for_resource_request
val 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_response
val 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_request
val 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_response
val 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_request
val make_document_label : ?page:Types.integer -> ?score:Types.float_ -> ?name:Types.string_ -> unit -> Types.document_label
val make_key_phrase : ?end_offset:Types.integer -> ?begin_offset:Types.integer -> ?text:Types.string_ -> ?score:Types.float_ -> unit -> Types.key_phrase
val make_extracted_characters_list_item : ?count:Types.integer -> ?page:Types.integer -> unit -> Types.extracted_characters_list_item
val make_errors_list_item : ?error_message:Types.string_ -> ?error_code:Types.page_based_error_code -> ?page:Types.integer -> unit -> Types.errors_list_item
val make_entity_label : ?score:Types.float_ -> ?name:Types.pii_entity_type -> unit -> Types.entity_label
val make_child_block : ?end_offset:Types.integer -> ?begin_offset:Types.integer -> ?child_block_id:Types.string_ -> unit -> Types.child_block
val 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_reference
val 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.entity
val make_dominant_language : ?score:Types.float_ -> ?language_code:Types.string_ -> unit -> Types.dominant_language
val make_document_type_list_item : ?type_:Types.document_type -> ?page:Types.integer -> unit -> Types.document_type_list_item
val make_document_class : ?page:Types.integer -> ?score:Types.float_ -> ?name:Types.string_ -> unit -> Types.document_class
val make_bounding_box : ?width:Types.float_ -> ?top:Types.float_ -> ?left:Types.float_ -> ?height:Types.float_ -> unit -> Types.bounding_box
val make_geometry : ?polygon:Types.polygon -> ?bounding_box:Types.bounding_box -> unit -> Types.geometry
val 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.block
val 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_properties
val 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_response
val 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_filter
val 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_request
val 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_summary
val make_list_flywheels_response : ?next_token:Types.string_ -> ?flywheel_summary_list:Types.flywheel_summary_list -> unit -> Types.list_flywheels_response
val make_flywheel_filter : ?creation_time_before:Types.timestamp -> ?creation_time_after:Types.timestamp -> ?status:Types.flywheel_status -> unit -> Types.flywheel_filter
val make_list_flywheels_request : ?max_results:Types.max_results_integer -> ?next_token:Types.string_ -> ?filter:Types.flywheel_filter -> unit -> Types.list_flywheels_request
val 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_metrics
val 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_properties
val 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_response
val make_flywheel_iteration_filter : ?creation_time_before:Types.timestamp -> ?creation_time_after:Types.timestamp -> unit -> Types.flywheel_iteration_filter
val 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_request
val 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_properties
val 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_response
val 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_filter
val 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_request
val make_entity_recognizer_documents : ?input_format:Types.input_format -> ?test_s3_uri:Types.s3_uri -> s3_uri:Types.s3_uri -> unit -> Types.entity_recognizer_documents
val make_entity_recognizer_annotations : ?test_s3_uri:Types.s3_uri -> s3_uri:Types.s3_uri -> unit -> Types.entity_recognizer_annotations
val make_entity_recognizer_entity_list : s3_uri:Types.s3_uri -> unit -> Types.entity_recognizer_entity_list
val 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_item
val make_entity_recognizer_evaluation_metrics : ?f1_score:Types.double -> ?recall:Types.double -> ?precision:Types.double -> unit -> Types.entity_recognizer_evaluation_metrics
val make_entity_types_evaluation_metrics : ?f1_score:Types.double -> ?recall:Types.double -> ?precision:Types.double -> unit -> Types.entity_types_evaluation_metrics
val 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_item
val 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_metadata
val make_entity_recognizer_output_data_config : ?flywheel_stats_s3_prefix:Types.s3_uri -> unit -> Types.entity_recognizer_output_data_config
val 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_properties
val make_list_entity_recognizers_response : ?next_token:Types.string_ -> ?entity_recognizer_properties_list:Types.entity_recognizer_properties_list -> unit -> Types.list_entity_recognizers_response
val 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_filter
val 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_request
val 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_summary
val 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_response
val make_list_entity_recognizer_summaries_request : ?max_results:Types.max_results_integer -> ?next_token:Types.string_ -> unit -> Types.list_entity_recognizer_summaries_request
val 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_properties
val 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_response
val 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_filter
val 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_request
val 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_properties
val make_list_endpoints_response : ?next_token:Types.string_ -> ?endpoint_properties_list:Types.endpoint_properties_list -> unit -> Types.list_endpoints_response
val 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_filter
val make_list_endpoints_request : ?max_results:Types.max_results_integer -> ?next_token:Types.string_ -> ?filter:Types.endpoint_filter -> unit -> Types.list_endpoints_request
val 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_properties
val 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_response
val 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_filter
val 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_request
val make_document_classifier_documents : ?test_s3_uri:Types.s3_uri -> s3_uri:Types.s3_uri -> unit -> Types.document_classifier_documents
val 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_config
val 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_config
val 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_metrics
val 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_metadata
val 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_properties
val make_list_document_classifiers_response : ?next_token:Types.string_ -> ?document_classifier_properties_list: Types.document_classifier_properties_list -> unit -> Types.list_document_classifiers_response
val 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_filter
val 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_request
val 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_summary
val 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_response
val make_list_document_classifier_summaries_request : ?max_results:Types.max_results_integer -> ?next_token:Types.string_ -> unit -> Types.list_document_classifier_summaries_request
val 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_properties
val 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_response
val 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_filter
val 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_request
val 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_properties
val make_list_datasets_response : ?next_token:Types.string_ -> ?dataset_properties_list:Types.dataset_properties_list -> unit -> Types.list_datasets_response
val 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_filter
val 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_request
val make_import_model_response : ?model_arn:Types.comprehend_model_arn -> unit -> Types.import_model_response
val 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_request
val make_document_metadata : ?extracted_characters:Types.list_of_extracted_characters -> ?pages:Types.integer -> unit -> Types.document_metadata
val make_detect_toxic_content_response : ?result_list:Types.list_of_toxic_labels -> unit -> Types.detect_toxic_content_response
val make_detect_toxic_content_request : language_code:Types.language_code -> text_segments:Types.list_of_text_segments -> unit -> Types.detect_toxic_content_request
val make_detect_targeted_sentiment_response : ?entities:Types.list_of_targeted_sentiment_entities -> unit -> Types.detect_targeted_sentiment_response
val make_detect_targeted_sentiment_request : language_code:Types.language_code -> text:Types.customer_input_string -> unit -> Types.detect_targeted_sentiment_request
val make_detect_syntax_response : ?syntax_tokens:Types.list_of_syntax_tokens -> unit -> Types.detect_syntax_response
val make_detect_syntax_request : language_code:Types.syntax_language_code -> text:Types.customer_input_string -> unit -> Types.detect_syntax_request
val make_detect_sentiment_response : ?sentiment_score:Types.sentiment_score -> ?sentiment:Types.sentiment_type -> unit -> Types.detect_sentiment_response
val make_detect_sentiment_request : language_code:Types.language_code -> text:Types.customer_input_string -> unit -> Types.detect_sentiment_request
val make_detect_pii_entities_response : ?entities:Types.list_of_pii_entities -> unit -> Types.detect_pii_entities_response
val make_detect_pii_entities_request : language_code:Types.language_code -> text:Types.string_ -> unit -> Types.detect_pii_entities_request
val make_detect_key_phrases_response : ?key_phrases:Types.list_of_key_phrases -> unit -> Types.detect_key_phrases_response
val make_detect_key_phrases_request : language_code:Types.language_code -> text:Types.customer_input_string -> unit -> Types.detect_key_phrases_request
val 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_response
val 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_request
val make_detect_dominant_language_response : ?languages:Types.list_of_dominant_languages -> unit -> Types.detect_dominant_language_response
val make_detect_dominant_language_request : text:Types.customer_input_string -> unit -> Types.detect_dominant_language_request
val make_describe_topics_detection_job_response : ?topics_detection_job_properties:Types.topics_detection_job_properties -> unit -> Types.describe_topics_detection_job_response
val make_describe_topics_detection_job_request : job_id:Types.job_id -> unit -> Types.describe_topics_detection_job_request
val 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_response
val make_describe_targeted_sentiment_detection_job_request : job_id:Types.job_id -> unit -> Types.describe_targeted_sentiment_detection_job_request
val make_describe_sentiment_detection_job_response : ?sentiment_detection_job_properties:Types.sentiment_detection_job_properties -> unit -> Types.describe_sentiment_detection_job_response
val make_describe_sentiment_detection_job_request : job_id:Types.job_id -> unit -> Types.describe_sentiment_detection_job_request
val 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_response
val make_describe_resource_policy_request : resource_arn:Types.comprehend_model_arn -> unit -> Types.describe_resource_policy_request
val 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_response
val make_describe_pii_entities_detection_job_request : job_id:Types.job_id -> unit -> Types.describe_pii_entities_detection_job_request
val 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_response
val make_describe_key_phrases_detection_job_request : job_id:Types.job_id -> unit -> Types.describe_key_phrases_detection_job_request
val make_describe_flywheel_response : ?flywheel_properties:Types.flywheel_properties -> unit -> Types.describe_flywheel_response
val make_describe_flywheel_request : flywheel_arn:Types.comprehend_flywheel_arn -> unit -> Types.describe_flywheel_request
val make_describe_flywheel_iteration_response : ?flywheel_iteration_properties:Types.flywheel_iteration_properties -> unit -> Types.describe_flywheel_iteration_response
val make_describe_flywheel_iteration_request : flywheel_iteration_id:Types.flywheel_iteration_id -> flywheel_arn:Types.comprehend_flywheel_arn -> unit -> Types.describe_flywheel_iteration_request
val make_describe_events_detection_job_response : ?events_detection_job_properties:Types.events_detection_job_properties -> unit -> Types.describe_events_detection_job_response
val make_describe_events_detection_job_request : job_id:Types.job_id -> unit -> Types.describe_events_detection_job_request
val make_describe_entity_recognizer_response : ?entity_recognizer_properties:Types.entity_recognizer_properties -> unit -> Types.describe_entity_recognizer_response
val make_describe_entity_recognizer_request : entity_recognizer_arn:Types.entity_recognizer_arn -> unit -> Types.describe_entity_recognizer_request
val make_describe_entities_detection_job_response : ?entities_detection_job_properties:Types.entities_detection_job_properties -> unit -> Types.describe_entities_detection_job_response
val make_describe_entities_detection_job_request : job_id:Types.job_id -> unit -> Types.describe_entities_detection_job_request
val make_describe_endpoint_response : ?endpoint_properties:Types.endpoint_properties -> unit -> Types.describe_endpoint_response
val make_describe_endpoint_request : endpoint_arn:Types.comprehend_endpoint_arn -> unit -> Types.describe_endpoint_request
val 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_response
val make_describe_dominant_language_detection_job_request : job_id:Types.job_id -> unit -> Types.describe_dominant_language_detection_job_request
val make_describe_document_classifier_response : ?document_classifier_properties:Types.document_classifier_properties -> unit -> Types.describe_document_classifier_response
val make_describe_document_classifier_request : document_classifier_arn:Types.document_classifier_arn -> unit -> Types.describe_document_classifier_request
val make_describe_document_classification_job_response : ?document_classification_job_properties: Types.document_classification_job_properties -> unit -> Types.describe_document_classification_job_response
val make_describe_document_classification_job_request : job_id:Types.job_id -> unit -> Types.describe_document_classification_job_request
val make_describe_dataset_response : ?dataset_properties:Types.dataset_properties -> unit -> Types.describe_dataset_response
val make_describe_dataset_request : dataset_arn:Types.comprehend_dataset_arn -> unit -> Types.describe_dataset_request
val make_delete_resource_policy_response : unit -> unit
val make_delete_resource_policy_request : ?policy_revision_id:Types.policy_revision_id -> resource_arn:Types.comprehend_model_arn -> unit -> Types.delete_resource_policy_request
val make_delete_flywheel_response : unit -> unit
val make_delete_flywheel_request : flywheel_arn:Types.comprehend_flywheel_arn -> unit -> Types.delete_flywheel_request
val make_delete_entity_recognizer_response : unit -> unit
val make_delete_entity_recognizer_request : entity_recognizer_arn:Types.entity_recognizer_arn -> unit -> Types.delete_entity_recognizer_request
val make_delete_endpoint_response : unit -> unit
val make_delete_endpoint_request : endpoint_arn:Types.comprehend_endpoint_arn -> unit -> Types.delete_endpoint_request
val make_delete_document_classifier_response : unit -> unit
val make_delete_document_classifier_request : document_classifier_arn:Types.document_classifier_arn -> unit -> Types.delete_document_classifier_request
val 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_item
val make_dataset_document_classifier_input_data_config : ?label_delimiter:Types.label_delimiter -> s3_uri:Types.s3_uri -> unit -> Types.dataset_document_classifier_input_data_config
val make_dataset_entity_recognizer_annotations : s3_uri:Types.s3_uri -> unit -> Types.dataset_entity_recognizer_annotations
val make_dataset_entity_recognizer_documents : ?input_format:Types.input_format -> s3_uri:Types.s3_uri -> unit -> Types.dataset_entity_recognizer_documents
val make_dataset_entity_recognizer_entity_list : s3_uri:Types.s3_uri -> unit -> Types.dataset_entity_recognizer_entity_list
val 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_config
val make_create_flywheel_response : ?active_model_arn:Types.comprehend_model_arn -> ?flywheel_arn:Types.comprehend_flywheel_arn -> unit -> Types.create_flywheel_response
val 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_request
val make_create_entity_recognizer_response : ?entity_recognizer_arn:Types.entity_recognizer_arn -> unit -> Types.create_entity_recognizer_response
val 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_request
val make_create_endpoint_response : ?model_arn:Types.comprehend_model_arn -> ?endpoint_arn:Types.comprehend_endpoint_arn -> unit -> Types.create_endpoint_response
val 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_request
val make_create_document_classifier_response : ?document_classifier_arn:Types.document_classifier_arn -> unit -> Types.create_document_classifier_response
val 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_request
val make_create_dataset_response : ?dataset_arn:Types.comprehend_dataset_arn -> unit -> Types.create_dataset_response
val 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_request
val make_contains_pii_entities_response : ?labels:Types.list_of_entity_labels -> unit -> Types.contains_pii_entities_response
val make_contains_pii_entities_request : language_code:Types.language_code -> text:Types.string_ -> unit -> Types.contains_pii_entities_request
val 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_response
val 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_request
val make_batch_item_error : ?error_message:Types.string_ -> ?error_code:Types.string_ -> ?index:Types.integer -> unit -> Types.batch_item_error
val 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_response
val make_batch_detect_targeted_sentiment_request : language_code:Types.language_code -> text_list:Types.customer_input_string_list -> unit -> Types.batch_detect_targeted_sentiment_request
val 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_response
val make_batch_detect_syntax_request : language_code:Types.syntax_language_code -> text_list:Types.customer_input_string_list -> unit -> Types.batch_detect_syntax_request
val 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_response
val make_batch_detect_sentiment_request : language_code:Types.language_code -> text_list:Types.customer_input_string_list -> unit -> Types.batch_detect_sentiment_request
val 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_response
val make_batch_detect_key_phrases_request : language_code:Types.language_code -> text_list:Types.customer_input_string_list -> unit -> Types.batch_detect_key_phrases_request
val 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_response
val make_batch_detect_entities_request : language_code:Types.language_code -> text_list:Types.customer_input_string_list -> unit -> Types.batch_detect_entities_request
val 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_response
val make_batch_detect_dominant_language_request : text_list:Types.customer_input_string_list -> unit -> Types.batch_detect_dominant_language_request

Operations

module BatchDetectDominantLanguage : sig ... end

Determines 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 ... end

Inspects 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 ... end

Detects the key noun phrases found in a batch of documents.

module BatchDetectSentiment : sig ... end

Inspects a batch of documents and returns an inference of the prevailing sentiment, POSITIVE, NEUTRAL, MIXED, or NEGATIVE, in each one.

module BatchDetectSyntax : sig ... end

Inspects 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 ... end

Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.

module ClassifyDocument : sig ... end

Creates a classification request to analyze a single document in real-time. ClassifyDocument supports the following model types:

module ContainsPiiEntities : sig ... end

Analyzes 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 ... end

Creates 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 ... end

Creates 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 ... end

Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information about endpoints, see Managing endpoints.

module CreateEntityRecognizer : sig ... end

Creates an entity recognizer using submitted files. After your CreateEntityRecognizer request is submitted, you can check job status using the DescribeEntityRecognizer API.

module CreateFlywheel : sig ... end

A 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 ... end

Deletes a previously created document classifier

module DeleteEndpoint : sig ... end

Deletes 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 ... end

Deletes an entity recognizer.

module DeleteFlywheel : sig ... end

Deletes 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 ... end

Deletes a resource-based policy that is attached to a custom model.

module DescribeDataset : sig ... end

Returns information about the dataset that you specify. For more information about datasets, see Flywheel overview in the Amazon Comprehend Developer Guide.

Gets the properties associated with a document classification job. Use this operation to get the status of a classification job.

module DescribeDocumentClassifier : sig ... end

Gets the properties associated with a document classifier.

Gets the properties associated with a dominant language detection job. Use this operation to get the status of a detection job.

module DescribeEndpoint : sig ... end

Gets 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 ... end

Gets the properties associated with an entities detection job. Use this operation to get the status of a detection job.

module DescribeEntityRecognizer : sig ... end

Provides details about an entity recognizer including status, S3 buckets containing training data, recognizer metadata, metrics, and so on.

module DescribeEventsDetectionJob : sig ... end

Gets the status and details of an events detection job.

module DescribeFlywheel : sig ... end

Provides configuration information about the flywheel. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.

module DescribeFlywheelIteration : sig ... end

Retrieve the configuration properties of a flywheel iteration. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.

module DescribeKeyPhrasesDetectionJob : sig ... end

Gets the properties associated with a key phrases detection job. Use this operation to get the status of a detection job.

module DescribePiiEntitiesDetectionJob : sig ... end

Gets the properties associated with a PII entities detection job. For example, you can use this operation to get the job status.

module DescribeResourcePolicy : sig ... end

Gets the details of a resource-based policy that is attached to a custom model, including the JSON body of the policy.

module DescribeSentimentDetectionJob : sig ... end

Gets the properties associated with a sentiment detection job. Use this operation to get the status of a detection job.

Gets the properties associated with a targeted sentiment detection job. Use this operation to get the status of the job.

module DescribeTopicsDetectionJob : sig ... end

Gets the properties associated with a topic detection job. Use this operation to get the status of a detection job.

module DetectDominantLanguage : sig ... end

Determines 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 ... end

Detects 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 ... end

Detects the key noun phrases found in the text.

module DetectPiiEntities : sig ... end

Inspects the input text for entities that contain personally identifiable information (PII) and returns information about them.

module DetectSentiment : sig ... end

Inspects text and returns an inference of the prevailing sentiment (POSITIVE, NEUTRAL, MIXED, or NEGATIVE).

module DetectSyntax : sig ... end

Inspects 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 ... end

Inspects the input text and returns a sentiment analysis for each entity identified in the text.

module DetectToxicContent : sig ... end

Performs 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 ... end

Creates 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 ... end

List 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 ... end

Gets a list of the documentation classification jobs that you have submitted.

module ListDocumentClassifierSummaries : sig ... end

Gets a list of summaries of the document classifiers that you have created

module ListDocumentClassifiers : sig ... end

Gets a list of the document classifiers that you have created.

Gets a list of the dominant language detection jobs that you have submitted.

module ListEndpoints : sig ... end

Gets a list of all existing endpoints that you've created. For information about endpoints, see Managing endpoints.

module ListEntitiesDetectionJobs : sig ... end

Gets a list of the entity detection jobs that you have submitted.

module ListEntityRecognizerSummaries : sig ... end

Gets a list of summaries for the entity recognizers that you have created.

module ListEntityRecognizers : sig ... end

Gets 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 ... end

Gets a list of the events detection jobs that you have submitted.

module ListFlywheelIterationHistory : sig ... end

Information about the history of a flywheel iteration. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.

module ListFlywheels : sig ... end

Gets a list of the flywheels that you have created.

module ListKeyPhrasesDetectionJobs : sig ... end

Get a list of key phrase detection jobs that you have submitted.

module ListPiiEntitiesDetectionJobs : sig ... end

Gets a list of the PII entity detection jobs that you have submitted.

module ListSentimentDetectionJobs : sig ... end

Gets a list of sentiment detection jobs that you have submitted.

module ListTagsForResource : sig ... end

Lists all tags associated with a given Amazon Comprehend resource.

Gets a list of targeted sentiment detection jobs that you have submitted.

module ListTopicsDetectionJobs : sig ... end

Gets a list of the topic detection jobs that you have submitted.

module PutResourcePolicy : sig ... end

Attaches 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 ... end

Starts an asynchronous document classification job using a custom classification model. Use the DescribeDocumentClassificationJob operation to track the progress of the job.

Starts an asynchronous dominant language detection job for a collection of documents. Use the operation to track the status of a job.

module StartEntitiesDetectionJob : sig ... end

Starts an asynchronous entity detection job for a collection of documents. Use the operation to track the status of a job.

module StartEventsDetectionJob : sig ... end

Starts an asynchronous event detection job for a collection of documents.

module StartFlywheelIteration : sig ... end

Start 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 ... end

Starts an asynchronous key phrase detection job for a collection of documents. Use the operation to track the status of a job.

module StartPiiEntitiesDetectionJob : sig ... end

Starts an asynchronous PII entity detection job for a collection of documents.

module StartSentimentDetectionJob : sig ... end

Starts an asynchronous sentiment detection job for a collection of documents. Use the operation to track the status of a job.

Starts 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 ... end

Starts an asynchronous topic detection job. Use the DescribeTopicDetectionJob operation to track the status of a job.

Stops a dominant language detection job in progress.

module StopEntitiesDetectionJob : sig ... end

Stops an entities detection job in progress.

module StopEventsDetectionJob : sig ... end

Stops an events detection job in progress.

module StopKeyPhrasesDetectionJob : sig ... end

Stops a key phrases detection job in progress.

module StopPiiEntitiesDetectionJob : sig ... end

Stops a PII entities detection job in progress.

module StopSentimentDetectionJob : sig ... end

Stops a sentiment detection job in progress.

Stops a targeted sentiment detection job in progress.

module StopTrainingDocumentClassifier : sig ... end

Stops a document classifier training job while in progress.

module StopTrainingEntityRecognizer : sig ... end

Stops an entity recognizer training job while in progress.

module TagResource : sig ... end

Associates 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 ... end

Removes a specific tag associated with an Amazon Comprehend resource.

module UpdateEndpoint : sig ... end

Updates information about the specified endpoint. For information about endpoints, see Managing endpoints.

module UpdateFlywheel : sig ... end
module Json_serializers : sig ... end
module Json_deserializers : sig ... end