Interface TrajectoryExactMatchResultsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TrajectoryExactMatchResults,TrajectoryExactMatchResults.Builder
@Generated
public interface TrajectoryExactMatchResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetTrajectoryExactMatchMetricValues(int index) Output only.intOutput only.Output only.getTrajectoryExactMatchMetricValuesOrBuilder(int index) Output only.List<? extends TrajectoryExactMatchMetricValueOrBuilder>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
-
getTrajectoryExactMatchMetricValuesList
List<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]; -
getTrajectoryExactMatchMetricValues
Output only. TrajectoryExactMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchMetricValue trajectory_exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTrajectoryExactMatchMetricValuesCount
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]; -
getTrajectoryExactMatchMetricValuesOrBuilderList
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]; -
getTrajectoryExactMatchMetricValuesOrBuilder
Output only. TrajectoryExactMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchMetricValue trajectory_exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-