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

DocumentClassifierProperties

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

Provides information about a document classifier.

interface DocumentClassifierProperties {
ClassifierMetadata?: ClassifierMetadata | null;
DataAccessRoleArn?: string | null;
DocumentClassifierArn?: string | null;
EndTime?: Date | number | null;
InputDataConfig?: DocumentClassifierInputDataConfig | null;
LanguageCode?: LanguageCode | null;
Message?: string | null;
Mode?: DocumentClassifierMode | null;
ModelKmsKeyId?: string | null;
OutputDataConfig?: DocumentClassifierOutputDataConfig | 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

§
ClassifierMetadata?: ClassifierMetadata | null
[src]

Information about the document classifier, including the number of documents used for training the classifier, the number of documents used for test the classifier, and an accuracy rating.

§
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.

§
DocumentClassifierArn?: string | null
[src]

The Amazon Resource Name (ARN) that identifies the document classifier.

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

The time that training the document classifier completed.

§

The input data configuration that you supplied when you created the document classifier for training.

§
LanguageCode?: LanguageCode | null
[src]

The language code for the language of the documents that the classifier was trained on.

§
Message?: string | null
[src]

Additional information about the status of the classifier.

§

Indicates the mode in which the specific classifier was trained. This also indicates the format of input documents and the format of the confusion matrix. Each classifier can only be trained in one mode and this cannot be changed once the classifier is trained.

§
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"
§
OutputDataConfig?: DocumentClassifierOutputDataConfig | null
[src]

Provides output results configuration parameters for custom classifier jobs.

§
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 document classifier model in your AWS account.

§
Status?: ModelStatus | null
[src]

The status of the document classifier. If the status is TRAINED the classifier is ready to use. If the status is FAILED you can see additional information about why the classifier wasn't trained in the Message field.

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

The time that the document classifier was submitted for training.

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

The time that training of the document classifier was completed. Indicates the time when the training completes on documentation classifiers. You are billed for the time interval between this time and the value of TrainingStartTime.

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

Indicates the time when the training starts on documentation classifiers. You are billed for the time interval between this time and the value of TrainingEndTime.

§
VersionName?: string | null
[src]

The version name that you assigned to the document classifier.

§
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 classifier. For more information, see Amazon VPC.