Google Cloud Ai Platform V1 Client - Class ModelArmorConfig (1.33.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ModelArmorConfig.

Configuration for Model Armor integrations of prompt and responses.

Generated from protobuf message google.cloud.aiplatform.v1.ModelArmorConfig

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ prompt_template_name string

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

↳ response_template_name string

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

getPromptTemplateName

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

Returns
Type Description
string

setPromptTemplateName

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

Parameter
Name Description
var string
Returns
Type Description
$this

getResponseTemplateName

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

Returns
Type Description
string

setResponseTemplateName

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

Parameter
Name Description
var string
Returns
Type Description
$this