public interface TrajectoryAnyOrderMatchResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TrajectoryAnyOrderMatchMetricValue |
getTrajectoryAnyOrderMatchMetricValues(int index)
Output only.
|
int |
getTrajectoryAnyOrderMatchMetricValuesCount()
Output only.
|
List<TrajectoryAnyOrderMatchMetricValue> |
getTrajectoryAnyOrderMatchMetricValuesList()
Output only.
|
TrajectoryAnyOrderMatchMetricValueOrBuilder |
getTrajectoryAnyOrderMatchMetricValuesOrBuilder(int index)
Output only.
|
List<? extends TrajectoryAnyOrderMatchMetricValueOrBuilder> |
getTrajectoryAnyOrderMatchMetricValuesOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
Copyright © 2025 Google LLC. All rights reserved.