CreateAdapterVersionRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

Specifies a dataset used to train a new adapter version. Takes a ManifestS3Object as the value.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

A set of tags (key-value pairs) that you want to attach to the adapter version.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String