public interface ExactMatchResultsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExactMatchMetricValues(int index)
public abstract ExactMatchMetricValue getExactMatchMetricValues(int index)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ExactMatchMetricValue |
getExactMatchMetricValuesCount()
public abstract int getExactMatchMetricValuesCount()
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getExactMatchMetricValuesList()
public abstract List<ExactMatchMetricValue> getExactMatchMetricValuesList()
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<ExactMatchMetricValue> |
getExactMatchMetricValuesOrBuilder(int index)
public abstract ExactMatchMetricValueOrBuilder getExactMatchMetricValuesOrBuilder(int index)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ExactMatchMetricValueOrBuilder |
getExactMatchMetricValuesOrBuilderList()
public abstract List<? extends ExactMatchMetricValueOrBuilder> getExactMatchMetricValuesOrBuilderList()
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.ExactMatchMetricValueOrBuilder> |