Module Values.GuardrailCrossRegionDetailsSource

Contains details about the system-defined guardrail profile that you're using with your guardrail for cross-Region inference. For more information, see the Amazon Bedrock User Guide.

Sourcetype nonrec t = {
  1. guardrailProfileId : GuardrailCrossRegionGuardrailProfileId.t option;
    (*

    The ID of the guardrail profile that your guardrail is using. Profile availability depends on your current Amazon Web Services Region. For more information, see the Amazon Bedrock User Guide.

    *)
  2. guardrailProfileArn : GuardrailCrossRegionGuardrailProfileArn.t option;
    (*

    The Amazon Resource Name (ARN) of the guardrail profile that you're using with your guardrail.

    *)
}
Sourceval make : ?guardrailProfileId:??? -> ?guardrailProfileArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GuardrailCrossRegionGuardrailProfileId.t ]) 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