GetAdapterVersion
Gets configuration information for the specified adapter version, including: AdapterId, AdapterVersion, FeatureTypes, Status, StatusMessage, DatasetConfig, KMSKeyId, OutputConfig, Tags and EvaluationMetrics.
Request Syntax
{
"AdapterId": "string
",
"AdapterVersion": "string
"
}
Request Parameters
The request accepts the following data in JSON format.
- AdapterId
-
A string specifying a unique ID for the adapter version you want to retrieve information for.
Type: String
Length Constraints: Minimum length of 12. Maximum length of 1011.
Required: Yes
- AdapterVersion
-
A string specifying the adapter version you want to retrieve information for.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
Response Syntax
{
"AdapterId": "string",
"AdapterVersion": "string",
"CreationTime": number,
"DatasetConfig": {
"ManifestS3Object": {
"Bucket": "string",
"Name": "string",
"Version": "string"
}
},
"EvaluationMetrics": [
{
"AdapterVersion": {
"F1Score": number,
"Precision": number,
"Recall": number
},
"Baseline": {
"F1Score": number,
"Precision": number,
"Recall": number
},
"FeatureType": "string"
}
],
"FeatureTypes": [ "string" ],
"KMSKeyId": "string",
"OutputConfig": {
"S3Bucket": "string",
"S3Prefix": "string"
},
"Status": "string",
"StatusMessage": "string",
"Tags": {
"string" : "string"
}
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- AdapterId
-
A string containing a unique ID for the adapter version being retrieved.
Type: String
Length Constraints: Minimum length of 12. Maximum length of 1011.
- AdapterVersion
-
A string containing the adapter version that has been retrieved.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
- CreationTime
-
The time that the adapter version was created.
Type: Timestamp
- DatasetConfig
-
Specifies a dataset used to train a new adapter version. Takes a ManifestS3Objec as the value.
Type: AdapterVersionDatasetConfig object
- EvaluationMetrics
-
The evaluation metrics (F1 score, Precision, and Recall) for the requested version, grouped by baseline metrics and adapter version.
Type: Array of AdapterVersionEvaluationMetric objects
- FeatureTypes
-
List of the targeted feature types for the requested adapter version.
Type: Array of strings
Valid Values:
TABLES | FORMS | QUERIES | SIGNATURES | LAYOUT
- KMSKeyId
-
The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt your documents.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
- OutputConfig
-
Sets whether or not your output will go to a user created bucket. Used to set the name of the bucket, and the prefix on the output file.
OutputConfig
is an optional parameter which lets you adjust where your output will be placed. By default, Amazon Textract will store the results internally and can only be accessed by the Get API operations. WithOutputConfig
enabled, you can set the name of the bucket the output will be sent to the file prefix of the results where you can download your results. Additionally, you can set theKMSKeyID
parameter to a customer master key (CMK) to encrypt your output. Without this parameter set Amazon Textract will encrypt server-side using the AWS managed CMK for Amazon S3.Decryption of Customer Content is necessary for processing of the documents by Amazon Textract. If your account is opted out under an AI services opt out policy then all unencrypted Customer Content is immediately and permanently deleted after the Customer Content has been processed by the service. No copy of of the output is retained by Amazon Textract. For information about how to opt out, see Managing AI services opt-out policy.
For more information on data privacy, see the Data Privacy FAQ
. Type: OutputConfig object
- Status
-
The status of the adapter version that has been requested.
Type: String
Valid Values:
ACTIVE | AT_RISK | DEPRECATED | CREATION_ERROR | CREATION_IN_PROGRESS
- StatusMessage
-
A message that describes the status of the requested adapter version.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^[a-zA-Z0-9\s!"\#\$%'&\(\)\*\+\,\-\./:;=\?@\[\\\]\^_`\{\|\}~><]+$
- Tags
-
A set of tags (key-value pairs) that are associated with the adapter version.
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 200 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[\p{L}\p{Z}\p{N}_.:/=+\-@]*$
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Value Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
Errors
- AccessDeniedException
-
You aren't authorized to perform the action. Use the Amazon Resource Name (ARN) of an authorized user or IAM role to perform the operation.
HTTP Status Code: 400
- InternalServerError
-
Amazon Textract experienced a service issue. Try your call again.
HTTP Status Code: 500
- InvalidParameterException
-
An input parameter violated a constraint. For example, in synchronous operations, an
InvalidParameterException
exception occurs when neither of theS3Object
orBytes
values are supplied in theDocument
request parameter. Validate your parameter before calling the API operation again.HTTP Status Code: 400
- ProvisionedThroughputExceededException
-
The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
HTTP Status Code: 400
- ResourceNotFoundException
-
Returned when an operation tried to access a nonexistent resource.
HTTP Status Code: 400
- ThrottlingException
-
Amazon Textract is temporarily unable to process the request. Try your call again.
HTTP Status Code: 500
- ValidationException
-
Indicates that a request was not valid. Check request for proper formatting.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: