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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetRunTime()The time that most recent monitoring pipelines that is related to this run.com.google.protobuf.TimestampOrBuildergetRunTimeOrBuilder()The time that most recent monitoring pipelines that is related to this run.com.google.rpc.StatusgetStatus()The status of the most recent monitoring pipeline.com.google.rpc.StatusOrBuildergetStatusOrBuilder()The status of the most recent monitoring pipeline.booleanhasRunTime()The time that most recent monitoring pipelines that is related to this run.booleanhasStatus()The status of the most recent monitoring pipeline.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
com.google.rpc.Status getStatus()
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;- Returns:
- The status.
-
getStatusOrBuilder
com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;
-
-