public interface ModelDeploymentMonitoringObjectiveConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDeployedModelId()
The DeployedModel ID of the objective config.
|
com.google.protobuf.ByteString |
getDeployedModelIdBytes()
The DeployedModel ID of the objective config.
|
ModelMonitoringObjectiveConfig |
getObjectiveConfig()
The objective config of for the modelmonitoring job of this deployed model.
|
ModelMonitoringObjectiveConfigOrBuilder |
getObjectiveConfigOrBuilder()
The objective config of for the modelmonitoring job of this deployed model.
|
boolean |
hasObjectiveConfig()
The objective config of for the modelmonitoring job of this deployed model.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDeployedModelId()
The DeployedModel ID of the objective config.
string deployed_model_id = 1;com.google.protobuf.ByteString getDeployedModelIdBytes()
The DeployedModel ID of the objective config.
string deployed_model_id = 1;boolean hasObjectiveConfig()
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;ModelMonitoringObjectiveConfig getObjectiveConfig()
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;ModelMonitoringObjectiveConfigOrBuilder getObjectiveConfigOrBuilder()
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;Copyright © 2024 Google LLC. All rights reserved.