Interface ModelDeploymentMonitoringObjectiveConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ModelDeploymentMonitoringObjectiveConfig, ModelDeploymentMonitoringObjectiveConfig.Builder

@Generated public interface ModelDeploymentMonitoringObjectiveConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The DeployedModel ID of the objective config.
    com.google.protobuf.ByteString
    The DeployedModel ID of the objective config.
    The objective config of for the modelmonitoring job of this deployed model.
    The objective config of for the modelmonitoring job of this deployed model.
    boolean
    The objective config of for the modelmonitoring job of this deployed model.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDeployedModelId

      String getDeployedModelId()
       The DeployedModel ID of the objective config.
       
      string deployed_model_id = 1;
      Returns:
      The deployedModelId.
    • getDeployedModelIdBytes

      com.google.protobuf.ByteString getDeployedModelIdBytes()
       The DeployedModel ID of the objective config.
       
      string deployed_model_id = 1;
      Returns:
      The bytes for deployedModelId.
    • hasObjectiveConfig

      boolean hasObjectiveConfig()
       The objective config of for the modelmonitoring job of this deployed model.
       
      .google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;
      Returns:
      Whether the objectiveConfig field is set.
    • getObjectiveConfig

      ModelMonitoringObjectiveConfig getObjectiveConfig()
       The objective config of for the modelmonitoring job of this deployed model.
       
      .google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;
      Returns:
      The objectiveConfig.
    • getObjectiveConfigOrBuilder

      ModelMonitoringObjectiveConfigOrBuilder getObjectiveConfigOrBuilder()
       The objective config of for the modelmonitoring job of this deployed model.
       
      .google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;