GuardrailWordPolicyConfig

data class GuardrailWordPolicyConfig(val managedWordListsConfig: List<GuardrailManagedWordsConfig>? = null, val wordsConfig: List<GuardrailWordConfig>? = null)

Word policy config for a guardrail.

Constructors

Link copied to clipboard
constructor(managedWordListsConfig: List<GuardrailManagedWordsConfig>? = null, wordsConfig: List<GuardrailWordConfig>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A config for the list of managed words.

Link copied to clipboard

List of custom word configs.