public interface EvaluateDatasetRunOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 |
|
getEvaluateDatasetResponse()
public abstract EvaluateDatasetResponse getEvaluateDatasetResponse()Output only. Results for EvaluationService.
.google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse evaluate_dataset_response = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse |
The evaluateDatasetResponse. |
getEvaluateDatasetResponseOrBuilder()
public abstract EvaluateDatasetResponseOrBuilder getEvaluateDatasetResponseOrBuilder()Output only. Results for EvaluationService.
.google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse evaluate_dataset_response = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponseOrBuilder |
|
getEvaluationRun()
public abstract String getEvaluationRun() Output only. The resource name of the evaluation run. Format:
projects/{project}/locations/{location}/evaluationRuns/{evaluation_run_id}.
string evaluation_run = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The evaluationRun. |
getEvaluationRunBytes()
public abstract ByteString getEvaluationRunBytes() Output only. The resource name of the evaluation run. Format:
projects/{project}/locations/{location}/evaluationRuns/{evaluation_run_id}.
string evaluation_run = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for evaluationRun. |
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. |
hasEvaluateDatasetResponse()
public abstract boolean hasEvaluateDatasetResponse()Output only. Results for EvaluationService.
.google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse evaluate_dataset_response = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the evaluateDatasetResponse field is set. |