Interface ToolParameterKeyMatchInputOrBuilder

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

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

    • hasMetricSpec

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

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

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

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

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

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

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

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