bedrock_create_guardrail_version: Creates a version of the guardrail

View source: R/bedrock_operations.R

bedrock_create_guardrail_versionR Documentation

Creates a version of the guardrail

Description

Creates a version of the guardrail. Use this API to create a snapshot of the guardrail when you are satisfied with a configuration, or to compare the configuration with another version.

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

Usage

bedrock_create_guardrail_version(
  guardrailIdentifier,
  description = NULL,
  clientRequestToken = NULL
)

Arguments

guardrailIdentifier

[required] The unique identifier of the guardrail. This can be an ID or the ARN.

description

A description of the guardrail version.

clientRequestToken

A unique, case-sensitive identifier to ensure that the API request completes no more than once. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency in the Amazon S3 User Guide.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.