Interface EvaluateDatasetRunOrBuilder (3.74.0)

public interface EvaluateDatasetRunOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCheckpointId()

public abstract String getCheckpointId()

Output only. The checkpoint id used in the evaluation run. Only populated when evaluating checkpoints.

string checkpoint_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The checkpointId.

getCheckpointIdBytes()

public abstract ByteString getCheckpointIdBytes()

Output only. The checkpoint id used in the evaluation run. Only populated when evaluating checkpoints.

string checkpoint_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for checkpointId.

getError()

public abstract Status getError()

Output only. The error of the evaluation run if any.

.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.Status

The error.

getErrorOrBuilder()

public abstract StatusOrBuilder getErrorOrBuilder()

Output only. The error of the evaluation run if any.

.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.StatusOrBuilder

getOperationName()

public abstract String getOperationName()

Output only. The operation ID of the evaluation run. Format: projects/{project}/locations/{location}/operations/{operation_id}.

string operation_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The operationName.

getOperationNameBytes()

public abstract ByteString getOperationNameBytes()

Output only. The operation ID of the evaluation run. Format: projects/{project}/locations/{location}/operations/{operation_id}.

string operation_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for operationName.

hasError()

public abstract boolean hasError()

Output only. The error of the evaluation run if any.

.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the error field is set.