bedrock_get_guardrail {paws.machine.learning} | R Documentation |
Gets details about a guardrail
Description
Gets details about a guardrail. If you don't specify a version, the response returns details for the DRAFT
version.
See https://www.paws-r-sdk.com/docs/bedrock_get_guardrail/ for full documentation.
Usage
bedrock_get_guardrail(guardrailIdentifier, guardrailVersion = NULL)
Arguments
guardrailIdentifier |
[required] The unique identifier of the guardrail for which to get details. This can be an ID or the ARN. |
guardrailVersion |
The version of the guardrail for which to get details. If you don't
specify a version, the response returns details for the |
[Package paws.machine.learning version 0.7.0 Index]