Interface TrajectoryRecallResultsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TrajectoryRecallResults, TrajectoryRecallResults.Builder

@Generated public interface TrajectoryRecallResultsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTrajectoryRecallMetricValuesList

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

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

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

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

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