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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setDeployedModelId
The DeployedModel ID of the objective config.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getObjectiveConfig
The objective config of for the modelmonitoring job of this deployed model.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\ModelMonitoringObjectiveConfig|null |
hasObjectiveConfig
clearObjectiveConfig
setObjectiveConfig
The objective config of for the modelmonitoring job of this deployed model.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\ModelMonitoringObjectiveConfig
|
Returns | |
---|---|
Type | Description |
$this |