Creates a new Dataset resource asynchronously
Source:R/bedrockagentcorecontrol_operations.R
bedrockagentcorecontrol_create_dataset.RdCreates a new Dataset resource asynchronously.
See https://www.paws-r-sdk.com/docs/bedrockagentcorecontrol_create_dataset/ for full documentation.
Usage
bedrockagentcorecontrol_create_dataset(
clientToken = NULL,
datasetName,
description = NULL,
source,
schemaType,
kmsKeyArn = NULL,
tags = NULL
)Arguments
- clientToken
Optional idempotency token.
- datasetName
[required] Human-readable name for the dataset. Unique within the account (case-insensitive). Immutable after creation.
- description
A description of the dataset.
- source
[required] Source of initial examples. Provide either inline examples or an S3 URI pointing to a JSONL file.
- schemaType
[required] Versioned schema type governing the structure of examples. Immutable after creation.
- kmsKeyArn
Optional AWS KMS key ARN for SSE-KMS on service S3 writes.
A map of tag keys and values to assign to the dataset.