public interface TrajectoryAnyOrderMatchResultsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTrajectoryAnyOrderMatchMetricValues(int index)
public abstract TrajectoryAnyOrderMatchMetricValue getTrajectoryAnyOrderMatchMetricValues(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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TrajectoryAnyOrderMatchMetricValue |
getTrajectoryAnyOrderMatchMetricValuesCount()
public abstract 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];
Returns | |
---|---|
Type | Description |
int |
getTrajectoryAnyOrderMatchMetricValuesList()
public abstract 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];
Returns | |
---|---|
Type | Description |
List<TrajectoryAnyOrderMatchMetricValue> |
getTrajectoryAnyOrderMatchMetricValuesOrBuilder(int index)
public abstract 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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TrajectoryAnyOrderMatchMetricValueOrBuilder |
getTrajectoryAnyOrderMatchMetricValuesOrBuilderList()
public abstract 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];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValueOrBuilder> |