Values.GuardrailCrossRegionDetailsSourceContains 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.
type nonrec t = {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.
*)guardrailProfileArn : GuardrailCrossRegionGuardrailProfileArn.t option;The Amazon Resource Name (ARN) of the guardrail profile that you're using with your guardrail.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of GuardrailCrossRegionGuardrailProfileId.t ]) list ]