Interface ExactMatchInputOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExactMatchInput, ExactMatchInput.Builder

@Generated public interface ExactMatchInputOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetricSpec

      boolean hasMetricSpec()
       Required. Spec for exact match metric.
       
      .google.cloud.aiplatform.v1.ExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the metricSpec field is set.
    • getMetricSpec

      ExactMatchSpec getMetricSpec()
       Required. Spec for exact match metric.
       
      .google.cloud.aiplatform.v1.ExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The metricSpec.
    • getMetricSpecOrBuilder

      ExactMatchSpecOrBuilder getMetricSpecOrBuilder()
       Required. Spec for exact match metric.
       
      .google.cloud.aiplatform.v1.ExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesList

      List<ExactMatchInstance> getInstancesList()
       Required. Repeated exact match instances.
       
      repeated .google.cloud.aiplatform.v1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstances

      ExactMatchInstance getInstances(int index)
       Required. Repeated exact match instances.
       
      repeated .google.cloud.aiplatform.v1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesCount

      int getInstancesCount()
       Required. Repeated exact match instances.
       
      repeated .google.cloud.aiplatform.v1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesOrBuilderList

      List<? extends ExactMatchInstanceOrBuilder> getInstancesOrBuilderList()
       Required. Repeated exact match instances.
       
      repeated .google.cloud.aiplatform.v1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesOrBuilder

      ExactMatchInstanceOrBuilder getInstancesOrBuilder(int index)
       Required. Repeated exact match instances.
       
      repeated .google.cloud.aiplatform.v1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];