AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Textract.AmazonTextractRequest
      Amazon.Textract.Model.CreateAdapterVersionRequest

Namespace: Amazon.Textract.Model
Assembly: AWSSDK.Textract.dll
Version: 3.x.y.z

Syntax

C#
public class CreateAdapterVersionRequest : AmazonTextractRequest
         IAmazonWebServiceRequest

The CreateAdapterVersionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AdapterId System.String

Gets and sets the property AdapterId.

A string containing a unique ID for the adapter that will receive a new version.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property OutputConfig Amazon.Textract.Model.OutputConfig

Gets and sets the property OutputConfig.

Public Property 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.

Version Information

.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