ModelArmorConfig

Configuration for Model Armor integrations of prompt and responses.

Fields
promptTemplateName string

Optional. The name of the Model Armor template to use for prompt sanitization.

responseTemplateName string

Optional. The name of the Model Armor template to use for response sanitization.

JSON representation
{
  "promptTemplateName": string,
  "responseTemplateName": string
}