CreateDatasetRequest

Types

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

Properties

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see Ensuring idempotency.

Link copied to clipboard

Human-readable name for the dataset. Must be unique within the account. Immutable after creation.

Link copied to clipboard

A description of the dataset.

Link copied to clipboard

Optional KMS key ARN for server-side encryption on service Amazon S3 writes.

Link copied to clipboard

Versioned schema type governing the structure of examples. Immutable after creation.

Link copied to clipboard

Source of initial examples. Provide either inline examples or an S3 URI pointing to a JSONL file.

Link copied to clipboard

A map of tag keys and values to assign to the dataset.

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