Values.GuardrailAutomatedReasoningPolicySourceRepresents the configuration of Automated Reasoning policies within a Amazon Bedrock Guardrail, including the policies to apply and confidence thresholds.
type nonrec t = {policies : GuardrailAutomatedReasoningPolicyPoliciesList.t option;The list of Automated Reasoning policy ARNs that should be applied as part of this guardrail configuration.
*)confidenceThreshold : AutomatedReasoningConfidenceFilterThreshold.t option;The minimum confidence level required for Automated Reasoning policy violations to trigger guardrail actions. Values range from 0.0 to 1.0.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of AutomatedReasoningConfidenceFilterThreshold.t
| `List of [> `String of AutomatedReasoningPolicyArn.t ] list ])
list ]