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

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

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.

Generated from protobuf field string deployed_model_id = 1;

Returns
TypeDescription
string

setDeployedModelId

The DeployedModel ID of the objective config.

Generated from protobuf field string deployed_model_id = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getObjectiveConfig

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

Generated from protobuf field .google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;

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

hasObjectiveConfig

clearObjectiveConfig

setObjectiveConfig

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

Generated from protobuf field .google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;

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