public interface ExactMatchResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExactMatchMetricValue |
getExactMatchMetricValues(int index)
Output only.
|
int |
getExactMatchMetricValuesCount()
Output only.
|
List<ExactMatchMetricValue> |
getExactMatchMetricValuesList()
Output only.
|
ExactMatchMetricValueOrBuilder |
getExactMatchMetricValuesOrBuilder(int index)
Output only.
|
List<? extends ExactMatchMetricValueOrBuilder> |
getExactMatchMetricValuesOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ExactMatchMetricValue> getExactMatchMetricValuesList()
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
ExactMatchMetricValue getExactMatchMetricValues(int index)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getExactMatchMetricValuesCount()
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends ExactMatchMetricValueOrBuilder> getExactMatchMetricValuesOrBuilderList()
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
ExactMatchMetricValueOrBuilder getExactMatchMetricValuesOrBuilder(int index)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.