Skip to main content

ITextractGetAdapterVersionResponse

Interface in AWS.Textract

Interface for GetAdapterVersion responses.

Ancestors

Properties

AdapterId

property AdapterId: string

The unique identifier for the adapter.

AdapterVersion

property AdapterVersion: string

The version of the adapter.

CreationTime

property CreationTime: TDateTime

Provides the date and time the adapter version was created.

DatasetConfig

property DatasetConfig: ITextractAdapterVersionDatasetConfig

Type: ITextractAdapterVersionDatasetConfig

Provides the details of the dataset used to train the adapter version.

EvaluationMetrics

property EvaluationMetrics: TList<ITextractAdapterVersionEvaluationMetric>

Type: ITextractAdapterVersionEvaluationMetric

Provides the evaluation metrics (F1 score, Precision, and Recall) for the adapter version, grouped by baseline metrics and adapter version.

FeatureTypes

property FeatureTypes: TList<string>

A list of the targeted feature types for the adapter version.

Valid values: TABLES | FORMS | QUERIES | SIGNATURES | LAYOUT.

KMSKeyId

property KMSKeyId: string

The identifier for an AWS Key Management Service key (AWS KMS key). Used to encrypt your documents.

OutputConfig

property OutputConfig: ITextractOutputConfig

Type: ITextractOutputConfig

The output configuration of the adapter version.

Status

property Status: string

The status of the adapter version.

Valid values: ACTIVE | AT_RISK | DEPRECATED | CREATION_ERROR | CREATION_IN_PROGRESS.

StatusMessage

property StatusMessage: string

A message describing the status of the adapter version.

Tags

property Tags: TDictionary<string, string>

The tags association with the adapter version.