public static interface ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getRunTime()
The time that most recent monitoring pipelines that is related to this
run.
|
com.google.protobuf.TimestampOrBuilder |
getRunTimeOrBuilder()
The time that most recent monitoring pipelines that is related to this
run.
|
com.google.rpc.Status |
getStatus()
The status of the most recent monitoring pipeline.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
The status of the most recent monitoring pipeline.
|
boolean |
hasRunTime()
The time that most recent monitoring pipelines that is related to this
run.
|
boolean |
hasStatus()
The status of the most recent monitoring pipeline.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRunTime()
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;com.google.protobuf.Timestamp getRunTime()
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;com.google.protobuf.TimestampOrBuilder getRunTimeOrBuilder()
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;boolean hasStatus()
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;com.google.rpc.Status getStatus()
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;Copyright © 2022 Google LLC. All rights reserved.