Interface EvaluationInstance.DeprecatedAgentConfig.ToolsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EvaluationInstance.DeprecatedAgentConfig.Tools, EvaluationInstance.DeprecatedAgentConfig.Tools.Builder
Enclosing class:
EvaluationInstance.DeprecatedAgentConfig

public static interface EvaluationInstance.DeprecatedAgentConfig.ToolsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getTool(int index)
    Optional.
    int
    Optional.
    Optional.
    getToolOrBuilder(int index)
    Optional.
    List<? extends ToolOrBuilder>
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getToolList

      List<Tool> getToolList()
       Optional. List of tools: each tool can have multiple function
       declarations.
       
      repeated .google.cloud.aiplatform.v1beta1.Tool tool = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getTool

      Tool getTool(int index)
       Optional. List of tools: each tool can have multiple function
       declarations.
       
      repeated .google.cloud.aiplatform.v1beta1.Tool tool = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getToolCount

      int getToolCount()
       Optional. List of tools: each tool can have multiple function
       declarations.
       
      repeated .google.cloud.aiplatform.v1beta1.Tool tool = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getToolOrBuilderList

      List<? extends ToolOrBuilder> getToolOrBuilderList()
       Optional. List of tools: each tool can have multiple function
       declarations.
       
      repeated .google.cloud.aiplatform.v1beta1.Tool tool = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getToolOrBuilder

      ToolOrBuilder getToolOrBuilder(int index)
       Optional. List of tools: each tool can have multiple function
       declarations.
       
      repeated .google.cloud.aiplatform.v1beta1.Tool tool = 1 [(.google.api.field_behavior) = OPTIONAL];