Interface EvaluationStatusOrBuilder (4.87.0)

public interface EvaluationStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDone()

public abstract boolean getDone()

Output only. If the value is false, it means the evaluation is still in progress. If true, the operation is completed, and either error or response is available.

optional bool done = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The done.

getPipelineStatus()

public abstract Status getPipelineStatus()

Output only. The error result of the evaluation in case of failure in evaluation pipeline.

.google.rpc.Status pipeline_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.Status

The pipelineStatus.

getPipelineStatusOrBuilder()

public abstract StatusOrBuilder getPipelineStatusOrBuilder()

Output only. The error result of the evaluation in case of failure in evaluation pipeline.

.google.rpc.Status pipeline_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.StatusOrBuilder

hasDone()

public abstract boolean hasDone()

Output only. If the value is false, it means the evaluation is still in progress. If true, the operation is completed, and either error or response is available.

optional bool done = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the done field is set.

hasPipelineStatus()

public abstract boolean hasPipelineStatus()

Output only. The error result of the evaluation in case of failure in evaluation pipeline.

.google.rpc.Status pipeline_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the pipelineStatus field is set.