public static interface ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRunTime()
public abstract Timestamp getRunTime()
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The runTime. |
getRunTimeOrBuilder()
public abstract TimestampOrBuilder getRunTimeOrBuilder()
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getStatus()
public abstract Status getStatus()
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;
Returns | |
---|---|
Type | Description |
com.google.rpc.Status |
The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;
Returns | |
---|---|
Type | Description |
com.google.rpc.StatusOrBuilder |
hasRunTime()
public abstract boolean hasRunTime()
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the runTime field is set. |
hasStatus()
public abstract boolean hasStatus()
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the status field is set. |