Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.ToolDefinition
Packages that use ToolDefinition
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of ToolDefinition in software.amazon.awscdk.services.bedrockagentcore
Classes in software.amazon.awscdk.services.bedrockagentcore that implement ToolDefinitionMethods in software.amazon.awscdk.services.bedrockagentcore that return ToolDefinitionMethods in software.amazon.awscdk.services.bedrockagentcore that return types with arguments of type ToolDefinitionModifier and TypeMethodDescriptionToolSchema.getInlineSchema()The inline tool schema definition as a string, if using an inline schema.Method parameters in software.amazon.awscdk.services.bedrockagentcore with type arguments of type ToolDefinitionModifier and TypeMethodDescriptionstatic InlineToolSchemaToolSchema.fromInline(List<? extends ToolDefinition> schema) Creates a Tool Schema from an inline string.Constructor parameters in software.amazon.awscdk.services.bedrockagentcore with type arguments of type ToolDefinitionModifierConstructorDescriptionInlineToolSchema(List<ToolDefinition> schema) protectedToolSchema(Location s3File, String bucketOwnerAccountId, List<ToolDefinition> inlineSchema)