Package com.google.cloud.aiplatform.v1
Interface ExactMatchResultsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExactMatchResults,ExactMatchResults.Builder
@Generated
public interface ExactMatchResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExactMatchMetricValues(int index) Output only.intOutput only.Output only.getExactMatchMetricValuesOrBuilder(int index) Output only.List<? extends ExactMatchMetricValueOrBuilder>Output only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getExactMatchMetricValuesList
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]; -
getExactMatchMetricValues
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getExactMatchMetricValuesCount
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]; -
getExactMatchMetricValuesOrBuilderList
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]; -
getExactMatchMetricValuesOrBuilder
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-