public interface TrajectoryExactMatchResultsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTrajectoryExactMatchMetricValues(int index)
public abstract TrajectoryExactMatchMetricValue getTrajectoryExactMatchMetricValues(int index)
Output only. TrajectoryExactMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchMetricValue trajectory_exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TrajectoryExactMatchMetricValue |
getTrajectoryExactMatchMetricValuesCount()
public abstract 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];
Returns | |
---|---|
Type | Description |
int |
getTrajectoryExactMatchMetricValuesList()
public abstract 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];
Returns | |
---|---|
Type | Description |
List<TrajectoryExactMatchMetricValue> |
getTrajectoryExactMatchMetricValuesOrBuilder(int index)
public abstract TrajectoryExactMatchMetricValueOrBuilder getTrajectoryExactMatchMetricValuesOrBuilder(int index)
Output only. TrajectoryExactMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchMetricValue trajectory_exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TrajectoryExactMatchMetricValueOrBuilder |
getTrajectoryExactMatchMetricValuesOrBuilderList()
public abstract 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];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchMetricValueOrBuilder> |