bedrockagentcorecontrol_create_dataset: Creates a new Dataset resource asynchronously

View source: R/bedrockagentcorecontrol_operations.R

bedrockagentcorecontrol_create_datasetR Documentation

Creates a new Dataset resource asynchronously

Description

Creates 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.

tags

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


paws.machine.learning documentation built on May 31, 2026, 1:07 a.m.