Interface TrajectoryExactMatchResultsOrBuilder

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

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

    • getTrajectoryExactMatchMetricValuesList

      List<TrajectoryExactMatchMetricValue> getTrajectoryExactMatchMetricValuesList()
       Output only. TrajectoryExactMatch metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchMetricValue trajectory_exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTrajectoryExactMatchMetricValues

      TrajectoryExactMatchMetricValue getTrajectoryExactMatchMetricValues(int index)
       Output only. TrajectoryExactMatch metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchMetricValue trajectory_exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTrajectoryExactMatchMetricValuesCount

      int getTrajectoryExactMatchMetricValuesCount()
       Output only. TrajectoryExactMatch metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchMetricValue trajectory_exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTrajectoryExactMatchMetricValuesOrBuilderList

      List<? extends TrajectoryExactMatchMetricValueOrBuilder> getTrajectoryExactMatchMetricValuesOrBuilderList()
       Output only. TrajectoryExactMatch metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchMetricValue trajectory_exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTrajectoryExactMatchMetricValuesOrBuilder

      TrajectoryExactMatchMetricValueOrBuilder getTrajectoryExactMatchMetricValuesOrBuilder(int index)
       Output only. TrajectoryExactMatch metric values.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchMetricValue trajectory_exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];