Class EvaluateDatasetResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<EvaluateDatasetResponse.Builder>
com.google.cloud.aiplatform.v1.EvaluateDatasetResponse.Builder
All Implemented Interfaces:
EvaluateDatasetResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
EvaluateDatasetResponse

public static final class EvaluateDatasetResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<EvaluateDatasetResponse.Builder> implements EvaluateDatasetResponseOrBuilder
 The results from an evaluation run performed by the EvaluationService.
 
Protobuf type google.cloud.aiplatform.v1.EvaluateDatasetResponse
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<EvaluateDatasetResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<EvaluateDatasetResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<EvaluateDatasetResponse.Builder>
    • getDefaultInstanceForType

      public EvaluateDatasetResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public EvaluateDatasetResponse build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public EvaluateDatasetResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public EvaluateDatasetResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EvaluateDatasetResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<EvaluateDatasetResponse.Builder>
    • mergeFrom

      public EvaluateDatasetResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EvaluateDatasetResponse.Builder>
      Throws:
      IOException
    • hasAggregationOutput

      public 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];
      Specified by:
      hasAggregationOutput in interface EvaluateDatasetResponseOrBuilder
      Returns:
      Whether the aggregationOutput field is set.
    • getAggregationOutput

      public 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];
      Specified by:
      getAggregationOutput in interface EvaluateDatasetResponseOrBuilder
      Returns:
      The aggregationOutput.
    • setAggregationOutput

      public EvaluateDatasetResponse.Builder setAggregationOutput(AggregationOutput value)
       Output only. Aggregation statistics derived from results of
       EvaluationService.
       
      .google.cloud.aiplatform.v1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setAggregationOutput

      public EvaluateDatasetResponse.Builder setAggregationOutput(AggregationOutput.Builder builderForValue)
       Output only. Aggregation statistics derived from results of
       EvaluationService.
       
      .google.cloud.aiplatform.v1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeAggregationOutput

      public EvaluateDatasetResponse.Builder mergeAggregationOutput(AggregationOutput value)
       Output only. Aggregation statistics derived from results of
       EvaluationService.
       
      .google.cloud.aiplatform.v1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearAggregationOutput

      public EvaluateDatasetResponse.Builder clearAggregationOutput()
       Output only. Aggregation statistics derived from results of
       EvaluationService.
       
      .google.cloud.aiplatform.v1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getAggregationOutputBuilder

      public AggregationOutput.Builder getAggregationOutputBuilder()
       Output only. Aggregation statistics derived from results of
       EvaluationService.
       
      .google.cloud.aiplatform.v1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getAggregationOutputOrBuilder

      public 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];
      Specified by:
      getAggregationOutputOrBuilder in interface EvaluateDatasetResponseOrBuilder
    • hasOutputInfo

      public boolean hasOutputInfo()
       Output only. Output info for EvaluationService.
       
      .google.cloud.aiplatform.v1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasOutputInfo in interface EvaluateDatasetResponseOrBuilder
      Returns:
      Whether the outputInfo field is set.
    • getOutputInfo

      public OutputInfo getOutputInfo()
       Output only. Output info for EvaluationService.
       
      .google.cloud.aiplatform.v1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getOutputInfo in interface EvaluateDatasetResponseOrBuilder
      Returns:
      The outputInfo.
    • setOutputInfo

      public EvaluateDatasetResponse.Builder setOutputInfo(OutputInfo value)
       Output only. Output info for EvaluationService.
       
      .google.cloud.aiplatform.v1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setOutputInfo

      public EvaluateDatasetResponse.Builder setOutputInfo(OutputInfo.Builder builderForValue)
       Output only. Output info for EvaluationService.
       
      .google.cloud.aiplatform.v1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeOutputInfo

      public EvaluateDatasetResponse.Builder mergeOutputInfo(OutputInfo value)
       Output only. Output info for EvaluationService.
       
      .google.cloud.aiplatform.v1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearOutputInfo

      public EvaluateDatasetResponse.Builder clearOutputInfo()
       Output only. Output info for EvaluationService.
       
      .google.cloud.aiplatform.v1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getOutputInfoBuilder

      public OutputInfo.Builder getOutputInfoBuilder()
       Output only. Output info for EvaluationService.
       
      .google.cloud.aiplatform.v1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getOutputInfoOrBuilder

      public OutputInfoOrBuilder getOutputInfoOrBuilder()
       Output only. Output info for EvaluationService.
       
      .google.cloud.aiplatform.v1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getOutputInfoOrBuilder in interface EvaluateDatasetResponseOrBuilder