public interface TrajectoryRecallResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TrajectoryRecallMetricValue |
getTrajectoryRecallMetricValues(int index)
Output only.
|
int |
getTrajectoryRecallMetricValuesCount()
Output only.
|
List<TrajectoryRecallMetricValue> |
getTrajectoryRecallMetricValuesList()
Output only.
|
TrajectoryRecallMetricValueOrBuilder |
getTrajectoryRecallMetricValuesOrBuilder(int index)
Output only.
|
List<? extends TrajectoryRecallMetricValueOrBuilder> |
getTrajectoryRecallMetricValuesOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TrajectoryRecallMetricValue> getTrajectoryRecallMetricValuesList()
Output only. TrajectoryRecall metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
int getTrajectoryRecallMetricValuesCount()
Output only. TrajectoryRecall metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
Copyright © 2025 Google LLC. All rights reserved.