Interface ToolParameterKVMatchInputOrBuilder

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

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

    • hasMetricSpec

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

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

      ToolParameterKVMatchSpecOrBuilder getMetricSpecOrBuilder()
       Required. Spec for tool parameter key value match metric.
       
      .google.cloud.aiplatform.v1.ToolParameterKVMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesList

      List<ToolParameterKVMatchInstance> getInstancesList()
       Required. Repeated tool parameter key value match instances.
       
      repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstances

      ToolParameterKVMatchInstance getInstances(int index)
       Required. Repeated tool parameter key value match instances.
       
      repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesCount

      int getInstancesCount()
       Required. Repeated tool parameter key value match instances.
       
      repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesOrBuilderList

      List<? extends ToolParameterKVMatchInstanceOrBuilder> getInstancesOrBuilderList()
       Required. Repeated tool parameter key value match instances.
       
      repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesOrBuilder

      ToolParameterKVMatchInstanceOrBuilder getInstancesOrBuilder(int index)
       Required. Repeated tool parameter key value match instances.
       
      repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];