View source: R/bedrockagentcorecontrol_operations.R
| bedrockagentcorecontrol_create_dataset | R Documentation |
Creates a new Dataset resource asynchronously.
See https://www.paws-r-sdk.com/docs/bedrockagentcorecontrol_create_dataset/ for full documentation.
bedrockagentcorecontrol_create_dataset(
clientToken = NULL,
datasetName,
description = NULL,
source,
schemaType,
kmsKeyArn = NULL,
tags = NULL
)
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. |
tags |
A map of tag keys and values to assign to the dataset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.