Module Values.EntityRecognizerPropertiesSource

Describes information about an entity recognizer.

Sourcetype nonrec t = {
  1. entityRecognizerArn : EntityRecognizerArn.t option;
    (*

    The Amazon Resource Name (ARN) that identifies the entity recognizer.

    *)
  2. languageCode : LanguageCode.t option;
    (*

    The language of the input documents. All documents must be in the same language. Only English ("en") is currently supported.

    *)
  3. status : ModelStatus.t option;
    (*

    Provides the status of the entity recognizer.

    *)
  4. message : AnyLengthString.t option;
    (*

    A description of the status of the recognizer.

    *)
  5. submitTime : Timestamp.t option;
    (*

    The time that the recognizer was submitted for processing.

    *)
  6. endTime : Timestamp.t option;
    (*

    The time that the recognizer creation completed.

    *)
  7. trainingStartTime : Timestamp.t option;
    (*

    The time that training of the entity recognizer started.

    *)
  8. trainingEndTime : Timestamp.t option;
    (*

    The time that training of the entity recognizer was completed.

    *)
  9. inputDataConfig : EntityRecognizerInputDataConfig.t option;
    (*

    The input data properties of an entity recognizer.

    *)
  10. recognizerMetadata : EntityRecognizerMetadata.t option;
    (*

    Provides information about an entity recognizer.

    *)
  11. dataAccessRoleArn : IamRoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.

    *)
  12. volumeKmsKeyId : KmsKeyId.t option;
    (*

    ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job. The VolumeKmsKeyId can be either of the following formats: KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab" Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

    *)
  13. vpcConfig : VpcConfig.t option;
    (*

    Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer. For more information, see Amazon VPC.

    *)
  14. modelKmsKeyId : KmsKeyId.t option;
    (*

    ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats: KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab" Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

    *)
  15. versionName : VersionName.t option;
    (*

    The version name you assigned to the entity recognizer.

    *)
  16. sourceModelArn : EntityRecognizerArn.t option;
    (*

    The Amazon Resource Name (ARN) of the source model. This model was imported from a different Amazon Web Services account to create the entity recognizer model in your Amazon Web Services account.

    *)
  17. flywheelArn : ComprehendFlywheelArn.t option;
    (*

    The Amazon Resource Number (ARN) of the flywheel

    *)
  18. outputDataConfig : EntityRecognizerOutputDataConfig.t option;
    (*

    Output data configuration.

    *)
}
Sourceval make : ?entityRecognizerArn:??? -> ?languageCode:??? -> ?status:??? -> ?message:??? -> ?submitTime:??? -> ?endTime:??? -> ?trainingStartTime:??? -> ?trainingEndTime:??? -> ?inputDataConfig:??? -> ?recognizerMetadata:??? -> ?dataAccessRoleArn:??? -> ?volumeKmsKeyId:??? -> ?vpcConfig:??? -> ?modelKmsKeyId:??? -> ?versionName:??? -> ?sourceModelArn:??? -> ?flywheelArn:??? -> ?outputDataConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of EntityRecognizerArn.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `String of SecurityGroupId.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `String of AttributeNamesListItem.t ] list | `String of EntityTypeName.t | `Structure of (string * [> `Double of Double.t ]) list ]) list ] list | `String of S3Uri.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `String of S3Uri.t ]) list ]) list | `Timestamp of Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t