Interface TrajectoryAnyOrderMatchResultsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TrajectoryAnyOrderMatchResults,TrajectoryAnyOrderMatchResults.Builder
@Generated
public interface TrajectoryAnyOrderMatchResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetTrajectoryAnyOrderMatchMetricValues(int index) Output only.intOutput only.Output only.Output only.List<? extends TrajectoryAnyOrderMatchMetricValueOrBuilder>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
-
getTrajectoryAnyOrderMatchMetricValuesList
List<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]; -
getTrajectoryAnyOrderMatchMetricValues
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTrajectoryAnyOrderMatchMetricValuesCount
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]; -
getTrajectoryAnyOrderMatchMetricValuesOrBuilderList
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]; -
getTrajectoryAnyOrderMatchMetricValuesOrBuilder
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];
-