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 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

      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];
    • 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

      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];