public interface TrajectoryRecallResultsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTrajectoryRecallMetricValues(int index)
public abstract TrajectoryRecallMetricValue getTrajectoryRecallMetricValues(int index)Output only. TrajectoryRecall metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TrajectoryRecallMetricValue |
|
getTrajectoryRecallMetricValuesCount()
public abstract int getTrajectoryRecallMetricValuesCount()Output only. TrajectoryRecall metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getTrajectoryRecallMetricValuesList()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
List<TrajectoryRecallMetricValue> |
|
getTrajectoryRecallMetricValuesOrBuilder(int index)
public abstract TrajectoryRecallMetricValueOrBuilder getTrajectoryRecallMetricValuesOrBuilder(int index)Output only. TrajectoryRecall metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TrajectoryRecallMetricValueOrBuilder |
|
getTrajectoryRecallMetricValuesOrBuilderList()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValueOrBuilder> |
|