Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EntityRecognizerProperties

import type { EntityRecognizerProperties } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";

Describes information about an entity recognizer.

interface EntityRecognizerProperties {
DataAccessRoleArn?: string | null;
EndTime?: Date | number | null;
EntityRecognizerArn?: string | null;
InputDataConfig?: EntityRecognizerInputDataConfig | null;
LanguageCode?: LanguageCode | null;
Message?: string | null;
ModelKmsKeyId?: string | null;
RecognizerMetadata?: EntityRecognizerMetadata | null;
SourceModelArn?: string | null;
Status?: ModelStatus | null;
SubmitTime?: Date | number | null;
TrainingEndTime?: Date | number | null;
TrainingStartTime?: Date | number | null;
VersionName?: string | null;
VolumeKmsKeyId?: string | null;
VpcConfig?: VpcConfig | null;
}

§Properties

§
DataAccessRoleArn?: string | null
[src]

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

§
EndTime?: Date | number | null
[src]

The time that the recognizer creation completed.

§
EntityRecognizerArn?: string | null
[src]

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

§
InputDataConfig?: EntityRecognizerInputDataConfig | null
[src]

The input data properties of an entity recognizer.

§
LanguageCode?: LanguageCode | null
[src]

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

§
Message?: string | null
[src]

A description of the status of the recognizer.

§
ModelKmsKeyId?: string | null
[src]

ID for the AWS Key Management Service (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"
§
RecognizerMetadata?: EntityRecognizerMetadata | null
[src]

Provides information about an entity recognizer.

§
SourceModelArn?: string | null
[src]

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

§
Status?: ModelStatus | null
[src]

Provides the status of the entity recognizer.

§
SubmitTime?: Date | number | null
[src]

The time that the recognizer was submitted for processing.

§
TrainingEndTime?: Date | number | null
[src]

The time that training of the entity recognizer was completed.

§
TrainingStartTime?: Date | number | null
[src]

The time that training of the entity recognizer started.

§
VersionName?: string | null
[src]

The version name you assigned to the entity recognizer.

§
VolumeKmsKeyId?: string | null
[src]

ID for the AWS 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"
§
VpcConfig?: VpcConfig | null
[src]

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.