Values.GuardrailInvocationMetricsSourceThe invocation metrics for the guardrail.
type nonrec t = {guardrailProcessingLatency : GuardrailProcessingLatency.t option;The processing latency details for the guardrail invocation metrics.
*)usage : GuardrailUsage.t option;The usage details for the guardrail invocation metrics.
*)guardrailCoverage : GuardrailCoverage.t option;The coverage details for the guardrail invocation metrics.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of GuardrailProcessingLatency.t
| `Structure of
(string
* [> `Integer of GuardrailTopicPolicyUnitsProcessed.t
| `Structure of
(string * [> `Integer of TextCharactersGuarded.t ]) list ])
list ])
list ]