Class TrajectoryRecallResults.Builder

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

public static final class TrajectoryRecallResults.Builder extends com.google.protobuf.GeneratedMessage.Builder<TrajectoryRecallResults.Builder> implements TrajectoryRecallResultsOrBuilder
 Results for TrajectoryRecall metric.
 
Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryRecallResults
  • 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<TrajectoryRecallResults.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<TrajectoryRecallResults.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<TrajectoryRecallResults.Builder>
    • getDefaultInstanceForType

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

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

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

      public TrajectoryRecallResults.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<TrajectoryRecallResults.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<TrajectoryRecallResults.Builder>
    • mergeFrom

      public TrajectoryRecallResults.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<TrajectoryRecallResults.Builder>
      Throws:
      IOException
    • getTrajectoryRecallMetricValuesList

      public List<TrajectoryRecallMetricValue> getTrajectoryRecallMetricValuesList()
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTrajectoryRecallMetricValuesList in interface TrajectoryRecallResultsOrBuilder
    • getTrajectoryRecallMetricValuesCount

      public int getTrajectoryRecallMetricValuesCount()
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTrajectoryRecallMetricValuesCount in interface TrajectoryRecallResultsOrBuilder
    • getTrajectoryRecallMetricValues

      public TrajectoryRecallMetricValue getTrajectoryRecallMetricValues(int index)
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTrajectoryRecallMetricValues in interface TrajectoryRecallResultsOrBuilder
    • setTrajectoryRecallMetricValues

      public TrajectoryRecallResults.Builder setTrajectoryRecallMetricValues(int index, TrajectoryRecallMetricValue value)
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setTrajectoryRecallMetricValues

      public TrajectoryRecallResults.Builder setTrajectoryRecallMetricValues(int index, TrajectoryRecallMetricValue.Builder builderForValue)
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addTrajectoryRecallMetricValues

      public TrajectoryRecallResults.Builder addTrajectoryRecallMetricValues(TrajectoryRecallMetricValue value)
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addTrajectoryRecallMetricValues

      public TrajectoryRecallResults.Builder addTrajectoryRecallMetricValues(int index, TrajectoryRecallMetricValue value)
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addTrajectoryRecallMetricValues

      public TrajectoryRecallResults.Builder addTrajectoryRecallMetricValues(TrajectoryRecallMetricValue.Builder builderForValue)
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addTrajectoryRecallMetricValues

      public TrajectoryRecallResults.Builder addTrajectoryRecallMetricValues(int index, TrajectoryRecallMetricValue.Builder builderForValue)
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addAllTrajectoryRecallMetricValues

      public TrajectoryRecallResults.Builder addAllTrajectoryRecallMetricValues(Iterable<? extends TrajectoryRecallMetricValue> values)
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearTrajectoryRecallMetricValues

      public TrajectoryRecallResults.Builder clearTrajectoryRecallMetricValues()
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • removeTrajectoryRecallMetricValues

      public TrajectoryRecallResults.Builder removeTrajectoryRecallMetricValues(int index)
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTrajectoryRecallMetricValuesBuilder

      public TrajectoryRecallMetricValue.Builder getTrajectoryRecallMetricValuesBuilder(int index)
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTrajectoryRecallMetricValuesOrBuilder

      public TrajectoryRecallMetricValueOrBuilder getTrajectoryRecallMetricValuesOrBuilder(int index)
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTrajectoryRecallMetricValuesOrBuilder in interface TrajectoryRecallResultsOrBuilder
    • getTrajectoryRecallMetricValuesOrBuilderList

      public List<? extends TrajectoryRecallMetricValueOrBuilder> getTrajectoryRecallMetricValuesOrBuilderList()
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTrajectoryRecallMetricValuesOrBuilderList in interface TrajectoryRecallResultsOrBuilder
    • addTrajectoryRecallMetricValuesBuilder

      public TrajectoryRecallMetricValue.Builder addTrajectoryRecallMetricValuesBuilder()
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addTrajectoryRecallMetricValuesBuilder

      public TrajectoryRecallMetricValue.Builder addTrajectoryRecallMetricValuesBuilder(int index)
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTrajectoryRecallMetricValuesBuilderList

      public List<TrajectoryRecallMetricValue.Builder> getTrajectoryRecallMetricValuesBuilderList()
       Output only. TrajectoryRecall metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];