Interface TrajectoryRecallResultsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TrajectoryRecallResults,TrajectoryRecallResults.Builder
@Generated
public interface TrajectoryRecallResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetTrajectoryRecallMetricValues(int index) Output only.intOutput only.Output only.getTrajectoryRecallMetricValuesOrBuilder(int index) Output only.List<? extends TrajectoryRecallMetricValueOrBuilder>Output only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTrajectoryRecallMetricValuesList
List<TrajectoryRecallMetricValue> getTrajectoryRecallMetricValuesList()Output only. TrajectoryRecall metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTrajectoryRecallMetricValues
Output only. TrajectoryRecall metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTrajectoryRecallMetricValuesCount
int getTrajectoryRecallMetricValuesCount()Output only. TrajectoryRecall metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTrajectoryRecallMetricValuesOrBuilderList
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]; -
getTrajectoryRecallMetricValuesOrBuilder
Output only. TrajectoryRecall metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-