Package com.google.cloud.aiplatform.v1
Interface EvaluateDatasetResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvaluateDatasetResponse,EvaluateDatasetResponse.Builder
@Generated
public interface EvaluateDatasetResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.Output only.Output only.Output only.booleanOutput 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
-
hasAggregationOutput
boolean hasAggregationOutput()Output only. Aggregation statistics derived from results of EvaluationService.
.google.cloud.aiplatform.v1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the aggregationOutput field is set.
-
getAggregationOutput
AggregationOutput getAggregationOutput()Output only. Aggregation statistics derived from results of EvaluationService.
.google.cloud.aiplatform.v1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The aggregationOutput.
-
getAggregationOutputOrBuilder
AggregationOutputOrBuilder getAggregationOutputOrBuilder()Output only. Aggregation statistics derived from results of EvaluationService.
.google.cloud.aiplatform.v1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
hasOutputInfo
boolean hasOutputInfo()Output only. Output info for EvaluationService.
.google.cloud.aiplatform.v1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the outputInfo field is set.
-
getOutputInfo
OutputInfo getOutputInfo()Output only. Output info for EvaluationService.
.google.cloud.aiplatform.v1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The outputInfo.
-
getOutputInfoOrBuilder
OutputInfoOrBuilder getOutputInfoOrBuilder()Output only. Output info for EvaluationService.
.google.cloud.aiplatform.v1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-