Interface TrajectoryAnyOrderMatchResultsOrBuilder

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

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

    • getTrajectoryAnyOrderMatchMetricValuesList

      List<TrajectoryAnyOrderMatchMetricValue> getTrajectoryAnyOrderMatchMetricValuesList()
       Output only. TrajectoryAnyOrderMatch metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTrajectoryAnyOrderMatchMetricValues

      TrajectoryAnyOrderMatchMetricValue getTrajectoryAnyOrderMatchMetricValues(int index)
       Output only. TrajectoryAnyOrderMatch metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTrajectoryAnyOrderMatchMetricValuesCount

      int getTrajectoryAnyOrderMatchMetricValuesCount()
       Output only. TrajectoryAnyOrderMatch metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTrajectoryAnyOrderMatchMetricValuesOrBuilderList

      List<? extends TrajectoryAnyOrderMatchMetricValueOrBuilder> getTrajectoryAnyOrderMatchMetricValuesOrBuilderList()
       Output only. TrajectoryAnyOrderMatch metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTrajectoryAnyOrderMatchMetricValuesOrBuilder

      TrajectoryAnyOrderMatchMetricValueOrBuilder getTrajectoryAnyOrderMatchMetricValuesOrBuilder(int index)
       Output only. TrajectoryAnyOrderMatch metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];