public interface TrajectoryExactMatchResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TrajectoryExactMatchMetricValue |
getTrajectoryExactMatchMetricValues(int index)
Output only.
|
int |
getTrajectoryExactMatchMetricValuesCount()
Output only.
|
List<TrajectoryExactMatchMetricValue> |
getTrajectoryExactMatchMetricValuesList()
Output only.
|
TrajectoryExactMatchMetricValueOrBuilder |
getTrajectoryExactMatchMetricValuesOrBuilder(int index)
Output only.
|
List<? extends TrajectoryExactMatchMetricValueOrBuilder> |
getTrajectoryExactMatchMetricValuesOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
Copyright © 2025 Google LLC. All rights reserved.