bedrockruntime_apply_guardrail {paws.machine.learning} | R Documentation |
The action to apply a guardrail
Description
The action to apply a guardrail.
See https://www.paws-r-sdk.com/docs/bedrockruntime_apply_guardrail/ for full documentation.
Usage
bedrockruntime_apply_guardrail(
guardrailIdentifier,
guardrailVersion,
source,
content
)
Arguments
guardrailIdentifier |
[required] The guardrail identifier used in the request to apply the guardrail. |
guardrailVersion |
[required] The guardrail version used in the request to apply the guardrail. |
source |
[required] The source of data used in the request to apply the guardrail. |
content |
[required] The content details used in the request to apply the guardrail. |
[Package paws.machine.learning version 0.9.0 Index]