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 TypeMethodDescriptiongetTool(int index) Optional.intOptional.Optional.getToolOrBuilder(int index) Optional.List<? extends ToolOrBuilder>Optional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
Optional. List of tools: each tool can have multiple function declarations.
repeated .google.cloud.aiplatform.v1beta1.Tool tool = 1 [(.google.api.field_behavior) = OPTIONAL];
-