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 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];