Values.GuardrailTopicPolicySourceContains details about topics that the guardrail should identify and deny. This data type is used in the following API operations: GetGuardrail response body
type nonrec t = {topics : GuardrailTopics.t option;A list of policies related to topics that the guardrail should deny.
*)tier : GuardrailTopicsTier.t option;The tier that your guardrail uses for denied topic filters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of GuardrailTopicExample.t ] list
| `String of GuardrailTopicName.t ])
list ]
list
| `Structure of (string * [> `Enum of string ]) list ])
list ]