Module Values.GuardrailAutomatedReasoningPolicyConfigSource

Configuration settings for integrating Automated Reasoning policies with Amazon Bedrock Guardrails.

Sourcetype nonrec t = {
  1. policies : GuardrailAutomatedReasoningPolicyConfigPoliciesList.t;
    (*

    The list of Automated Reasoning policy ARNs to include in the guardrail configuration.

    *)
  2. confidenceThreshold : AutomatedReasoningConfidenceFilterThreshold.t option;
    (*

    The confidence threshold for triggering guardrail actions based on Automated Reasoning policy violations.

    *)
}
Sourceval context_ : string
Sourceval make : ?confidenceThreshold:??? -> policies:GuardrailAutomatedReasoningPolicyConfigPoliciesList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of AutomatedReasoningConfidenceFilterThreshold.t | `List of [> `String of AutomatedReasoningPolicyArn.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t