Values.AIGuardrailVersionSummarySourceThe summary of the AI Guardrail version.
type nonrec t = {aiGuardrailSummary : AIGuardrailSummary.t option;The data for the summary of the AI Guardrail version.
*)versionNumber : Version.t option;The version number for this AI Guardrail version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Version.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name.t
| `Timestamp of Timestamp.t ])
list ])
list ]