bedrock_list_guardrails: Lists details about all the guardrails in an account

View source: R/bedrock_operations.R

bedrock_list_guardrailsR Documentation

Lists details about all the guardrails in an account

Description

Lists details about all the guardrails in an account. To list the DRAFT version of all your guardrails, don't specify the guardrailIdentifier field. To list all versions of a guardrail, specify the ARN of the guardrail in the guardrailIdentifier field.

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

Usage

bedrock_list_guardrails(
  guardrailIdentifier = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

guardrailIdentifier

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

maxResults

The maximum number of results to return in the response.

nextToken

If there are more results than were returned in the response, the response returns a nextToken that you can send in another list_guardrails request to see the next batch of results.


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