Interface EvaluateDatasetRunOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvaluateDatasetRun,EvaluateDatasetRun.Builder
@Generated
public interface EvaluateDatasetRunOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.getError()Output only.Output only.Output only.Output only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.booleanhasError()Output only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOperationName
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:
- The operationName.
-
getOperationNameBytes
com.google.protobuf.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:
- The bytes for operationName.
-
getEvaluationRun
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:
- The evaluationRun.
-
getEvaluationRunBytes
com.google.protobuf.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:
- The bytes for evaluationRun.
-
getCheckpointId
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:
- The checkpointId.
-
getCheckpointIdBytes
com.google.protobuf.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:
- The bytes for checkpointId.
-
hasEvaluateDatasetResponse
boolean hasEvaluateDatasetResponse()Output only. Results for EvaluationService.
.google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse evaluate_dataset_response = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the evaluateDatasetResponse field is set.
-
getEvaluateDatasetResponse
EvaluateDatasetResponse getEvaluateDatasetResponse()Output only. Results for EvaluationService.
.google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse evaluate_dataset_response = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The evaluateDatasetResponse.
-
getEvaluateDatasetResponseOrBuilder
EvaluateDatasetResponseOrBuilder getEvaluateDatasetResponseOrBuilder()Output only. Results for EvaluationService.
.google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse evaluate_dataset_response = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
hasError
boolean hasError()Output only. The error of the evaluation run if any.
.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the error field is set.
-
getError
Status getError()Output only. The error of the evaluation run if any.
.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The error.
-
getErrorOrBuilder
StatusOrBuilder getErrorOrBuilder()Output only. The error of the evaluation run if any.
.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-