public interface EvaluateDatasetResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OutputInfo |
getOutputInfo()
Output only.
|
OutputInfoOrBuilder |
getOutputInfoOrBuilder()
Output only.
|
boolean |
hasOutputInfo()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOutputInfo()
Output only. Output info for EvaluationService.EvaluateDataset.
.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
OutputInfo getOutputInfo()
Output only. Output info for EvaluationService.EvaluateDataset.
.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
OutputInfoOrBuilder getOutputInfoOrBuilder()
Output only. Output info for EvaluationService.EvaluateDataset.
.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.