AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateAdapterVersion operation. Creates a new version of an adapter. Operates on a provided AdapterId and a specified dataset provided via the DatasetConfig argument. Requires that you specify an Amazon S3 bucket with the OutputConfig argument. You can provide an optional KMSKeyId, an optional ClientRequestToken, and optional tags.
Namespace: Amazon.Textract.Model
Assembly: AWSSDK.Textract.dll
Version: 3.x.y.z
public class CreateAdapterVersionRequest : AmazonTextractRequest IAmazonWebServiceRequest
The CreateAdapterVersionRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateAdapterVersionRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
AdapterId | System.String |
Gets and sets the property AdapterId. A string containing a unique ID for the adapter that will receive a new version. |
![]() |
ClientRequestToken | System.String |
Gets and sets the property ClientRequestToken. Idempotent token is used to recognize the request. If the same token is used with multiple CreateAdapterVersion requests, the same session is returned. This token is employed to avoid unintentionally creating the same session multiple times. |
![]() |
DatasetConfig | Amazon.Textract.Model.AdapterVersionDatasetConfig |
Gets and sets the property DatasetConfig. Specifies a dataset used to train a new adapter version. Takes a ManifestS3Object as the value. |
![]() |
KMSKeyId | System.String |
Gets and sets the property KMSKeyId. The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt your documents. |
![]() |
OutputConfig | Amazon.Textract.Model.OutputConfig |
Gets and sets the property OutputConfig. |
![]() |
Tags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Tags. A set of tags (key-value pairs) that you want to attach to the adapter version. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5