bedrockagentcorecontrol_update_dataset_examples: Updates multiple existing examples in-place on DRAFT

View source: R/bedrockagentcorecontrol_operations.R

bedrockagentcorecontrol_update_dataset_examplesR Documentation

Updates multiple existing examples in-place on DRAFT

Description

Updates multiple existing examples in-place on DRAFT.

See https://www.paws-r-sdk.com/docs/bedrockagentcorecontrol_update_dataset_examples/ for full documentation.

Usage

bedrockagentcorecontrol_update_dataset_examples(
  datasetId,
  clientToken = NULL,
  examples
)

Arguments

datasetId

[required] The unique identifier of the dataset.

clientToken

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.

examples

[required] Examples to update. Each element is a JSON object containing a required exampleId string field identifying the existing example, plus the replacement fields. The exampleId is extracted and removed before persistence; the remaining document is validated against the dataset's schemaType. Max 1000 examples per call. Total request body must not exceed 5 MB.


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