Interface ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata, ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder
Enclosing class:
ModelDeploymentMonitoringJob

public static interface ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    The time that most recent monitoring pipelines that is related to this run.
    com.google.protobuf.TimestampOrBuilder
    The time that most recent monitoring pipelines that is related to this run.
    The status of the most recent monitoring pipeline.
    The status of the most recent monitoring pipeline.
    boolean
    The time that most recent monitoring pipelines that is related to this run.
    boolean
    The status of the most recent monitoring pipeline.

    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

    • hasRunTime

      boolean hasRunTime()
       The time that most recent monitoring pipelines that is related to this
       run.
       
      .google.protobuf.Timestamp run_time = 1;
      Returns:
      Whether the runTime field is set.
    • getRunTime

      com.google.protobuf.Timestamp getRunTime()
       The time that most recent monitoring pipelines that is related to this
       run.
       
      .google.protobuf.Timestamp run_time = 1;
      Returns:
      The runTime.
    • getRunTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getRunTimeOrBuilder()
       The time that most recent monitoring pipelines that is related to this
       run.
       
      .google.protobuf.Timestamp run_time = 1;
    • hasStatus

      boolean hasStatus()
       The status of the most recent monitoring pipeline.
       
      .google.rpc.Status status = 2;
      Returns:
      Whether the status field is set.
    • getStatus

      Status getStatus()
       The status of the most recent monitoring pipeline.
       
      .google.rpc.Status status = 2;
      Returns:
      The status.
    • getStatusOrBuilder

      StatusOrBuilder getStatusOrBuilder()
       The status of the most recent monitoring pipeline.
       
      .google.rpc.Status status = 2;