CreateAdapterVersionRequest
Types
Properties
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
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.
Functions
Link copied to clipboard
inline fun copy(block: CreateAdapterVersionRequest.Builder.() -> Unit = {}): CreateAdapterVersionRequest