Module Values.GuardrailTopicsTierSource

The tier that your guardrail uses for denied topic filters.

Sourcetype nonrec t = {
  1. tierName : GuardrailTopicsTierName.t option;
    (*

    The tier that your guardrail uses for denied topic filters. Valid values include: CLASSIC tier – Provides established guardrails functionality supporting English, French, and Spanish languages. STANDARD tier – Provides a more robust solution than the CLASSIC tier and has more comprehensive language support. This tier requires that your guardrail use cross-Region inference.

    *)
}
Sourceval make : ?tierName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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