ModelArmorConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration for customer defined Model Armor templates to be used for sanitizing user prompts and LLM responses.
Attributes |
|
|---|---|
| Name | Description |
user_prompt_template |
str
Optional. The resource name of the Model Armor Template for sanitizing user prompts. Format: projects/{project}/locations/{location}/templates/{template_id} If not specified, no sanitization will be applied to the user prompt. |
response_template |
str
Optional. The resource name of the Model Armor Template for sanitizing LLM responses. Format: projects/{project}/locations/{location}/templates/{template_id} If not specified, no sanitization will be applied to the LLM response. |