public interface ModelDeploymentMonitoringObjectiveConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeployedModelId()
public abstract String getDeployedModelId()
The DeployedModel ID of the objective config.
string deployed_model_id = 1;
Returns | |
---|---|
Type | Description |
String |
The deployedModelId. |
getDeployedModelIdBytes()
public abstract ByteString getDeployedModelIdBytes()
The DeployedModel ID of the objective config.
string deployed_model_id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for deployedModelId. |
getObjectiveConfig()
public abstract ModelMonitoringObjectiveConfig getObjectiveConfig()
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;
Returns | |
---|---|
Type | Description |
ModelMonitoringObjectiveConfig |
The objectiveConfig. |
getObjectiveConfigOrBuilder()
public abstract ModelMonitoringObjectiveConfigOrBuilder getObjectiveConfigOrBuilder()
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;
Returns | |
---|---|
Type | Description |
ModelMonitoringObjectiveConfigOrBuilder |
hasObjectiveConfig()
public abstract boolean hasObjectiveConfig()
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the objectiveConfig field is set. |