Package com.google.cloud.aiplatform.v1
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.Deprecated.google.cloud.aiplatform.v1.EvaluateDatasetRun.operation_name is deprecated.com.google.protobuf.ByteStringDeprecated.google.cloud.aiplatform.v1.EvaluateDatasetRun.operation_name is deprecated.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
Deprecated.google.cloud.aiplatform.v1.EvaluateDatasetRun.operation_name is deprecated. See google/cloud/aiplatform/v1/tuning_job.proto;l=407Output only. Deprecated: The updated architecture uses evaluation_run instead.
string operation_name = 1 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The operationName.
-
getOperationNameBytes
Deprecated.google.cloud.aiplatform.v1.EvaluateDatasetRun.operation_name is deprecated. See google/cloud/aiplatform/v1/tuning_job.proto;l=407Output only. Deprecated: The updated architecture uses evaluation_run instead.
string operation_name = 1 [deprecated = true, (.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.v1.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.v1.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.v1.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];
-