Interface ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadataOrBuilder (3.42.0)

public static interface ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getStatus()

public abstract Status getStatus()

The status of the most recent monitoring pipeline.

.google.rpc.Status status = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the status field is set.