Interface ToolCallValidInputOrBuilder

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

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

    • hasMetricSpec

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

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

      ToolCallValidSpecOrBuilder getMetricSpecOrBuilder()
       Required. Spec for tool call valid metric.
       
      .google.cloud.aiplatform.v1.ToolCallValidSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesList

      List<ToolCallValidInstance> getInstancesList()
       Required. Repeated tool call valid instances.
       
      repeated .google.cloud.aiplatform.v1.ToolCallValidInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstances

      ToolCallValidInstance getInstances(int index)
       Required. Repeated tool call valid instances.
       
      repeated .google.cloud.aiplatform.v1.ToolCallValidInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesCount

      int getInstancesCount()
       Required. Repeated tool call valid instances.
       
      repeated .google.cloud.aiplatform.v1.ToolCallValidInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesOrBuilderList

      List<? extends ToolCallValidInstanceOrBuilder> getInstancesOrBuilderList()
       Required. Repeated tool call valid instances.
       
      repeated .google.cloud.aiplatform.v1.ToolCallValidInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesOrBuilder

      ToolCallValidInstanceOrBuilder getInstancesOrBuilder(int index)
       Required. Repeated tool call valid instances.
       
      repeated .google.cloud.aiplatform.v1.ToolCallValidInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];