Class AggregationOutput

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.AggregationOutput
All Implemented Interfaces:
AggregationOutputOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class AggregationOutput extends com.google.protobuf.GeneratedMessage implements AggregationOutputOrBuilder
 The aggregation result for the entire dataset and all metrics.
 
Protobuf type google.cloud.aiplatform.v1.AggregationOutput
See Also:
  • Field Details

    • DATASET_FIELD_NUMBER

      public static final int DATASET_FIELD_NUMBER
      See Also:
    • AGGREGATION_RESULTS_FIELD_NUMBER

      public static final int AGGREGATION_RESULTS_FIELD_NUMBER
      See Also:
  • 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
    • hasDataset

      public boolean hasDataset()
       The dataset used for evaluation & aggregation.
       
      .google.cloud.aiplatform.v1.EvaluationDataset dataset = 1;
      Specified by:
      hasDataset in interface AggregationOutputOrBuilder
      Returns:
      Whether the dataset field is set.
    • getDataset

      public EvaluationDataset getDataset()
       The dataset used for evaluation & aggregation.
       
      .google.cloud.aiplatform.v1.EvaluationDataset dataset = 1;
      Specified by:
      getDataset in interface AggregationOutputOrBuilder
      Returns:
      The dataset.
    • getDatasetOrBuilder

      public EvaluationDatasetOrBuilder getDatasetOrBuilder()
       The dataset used for evaluation & aggregation.
       
      .google.cloud.aiplatform.v1.EvaluationDataset dataset = 1;
      Specified by:
      getDatasetOrBuilder in interface AggregationOutputOrBuilder
    • getAggregationResultsList

      public List<AggregationResult> getAggregationResultsList()
       One AggregationResult per metric.
       
      repeated .google.cloud.aiplatform.v1.AggregationResult aggregation_results = 2;
      Specified by:
      getAggregationResultsList in interface AggregationOutputOrBuilder
    • getAggregationResultsOrBuilderList

      public List<? extends AggregationResultOrBuilder> getAggregationResultsOrBuilderList()
       One AggregationResult per metric.
       
      repeated .google.cloud.aiplatform.v1.AggregationResult aggregation_results = 2;
      Specified by:
      getAggregationResultsOrBuilderList in interface AggregationOutputOrBuilder
    • getAggregationResultsCount

      public int getAggregationResultsCount()
       One AggregationResult per metric.
       
      repeated .google.cloud.aiplatform.v1.AggregationResult aggregation_results = 2;
      Specified by:
      getAggregationResultsCount in interface AggregationOutputOrBuilder
    • getAggregationResults

      public AggregationResult getAggregationResults(int index)
       One AggregationResult per metric.
       
      repeated .google.cloud.aiplatform.v1.AggregationResult aggregation_results = 2;
      Specified by:
      getAggregationResults in interface AggregationOutputOrBuilder
    • getAggregationResultsOrBuilder

      public AggregationResultOrBuilder getAggregationResultsOrBuilder(int index)
       One AggregationResult per metric.
       
      repeated .google.cloud.aiplatform.v1.AggregationResult aggregation_results = 2;
      Specified by:
      getAggregationResultsOrBuilder in interface AggregationOutputOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static AggregationOutput parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AggregationOutput parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AggregationOutput parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AggregationOutput parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AggregationOutput parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AggregationOutput parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AggregationOutput parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AggregationOutput parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AggregationOutput parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AggregationOutput parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AggregationOutput parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AggregationOutput parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public AggregationOutput.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static AggregationOutput.Builder newBuilder()
    • newBuilder

      public static AggregationOutput.Builder newBuilder(AggregationOutput prototype)
    • toBuilder

      public AggregationOutput.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected AggregationOutput.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static AggregationOutput getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<AggregationOutput> parser()
    • getParserForType

      public com.google.protobuf.Parser<AggregationOutput> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public AggregationOutput getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder