Module Values.GuardrailTopicsTierConfigSource

The tier that your guardrail uses for denied topic filters. Consider using a tier that balances performance, accuracy, and compatibility with your existing generative AI workflows.

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

    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 context_ : string
Sourceval make : tierName:GuardrailTopicsTierName.t -> 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