Google Cloud Ai Platform V1 Client - Class ModelDeploymentMonitoringObjectiveConfig (0.26.2)

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

ModelDeploymentMonitoringObjectiveConfig contains the pair of deployed_model_id to ModelMonitoringObjectiveConfig.

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ deployed_model_id string

The DeployedModel ID of the objective config.

↳ objective_config Google\Cloud\AIPlatform\V1\ModelMonitoringObjectiveConfig

The objective config of for the modelmonitoring job of this deployed model.

getDeployedModelId

The DeployedModel ID of the objective config.

Returns
TypeDescription
string

setDeployedModelId

The DeployedModel ID of the objective config.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getObjectiveConfig

The objective config of for the modelmonitoring job of this deployed model.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\ModelMonitoringObjectiveConfig|null

hasObjectiveConfig

clearObjectiveConfig

setObjectiveConfig

The objective config of for the modelmonitoring job of this deployed model.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\ModelMonitoringObjectiveConfig
Returns
TypeDescription
$this