Uses of Class
software.amazon.awscdk.services.bedrockagentcore.ToolSchema
Packages that use ToolSchema
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of ToolSchema in software.amazon.awscdk.services.bedrockagentcore
Subclasses of ToolSchema in software.amazon.awscdk.services.bedrockagentcoreModifier and TypeClassDescriptionclassTool Schema from a local asset.classClass to define a Tool Schema from an inline string.classClass to define a Tool Schema from an S3 object.Methods in software.amazon.awscdk.services.bedrockagentcore that return ToolSchemaModifier and TypeMethodDescriptionstatic ToolSchemaToolSchema.fromLocalAsset(String path) Creates a tool Schema from a local file.AddLambdaTargetOptions.getToolSchema()The tool schema defining the available tools.final ToolSchemaAddLambdaTargetOptions.Jsii$Proxy.getToolSchema()GatewayTargetLambdaProps.getToolSchema()The tool schema defining the available tools.final ToolSchemaGatewayTargetLambdaProps.Jsii$Proxy.getToolSchema()LambdaTargetConfiguration.getToolSchema()The tool schema that defines the available tools.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type ToolSchemaModifier and TypeMethodDescriptionstatic LambdaTargetConfigurationLambdaTargetConfiguration.create(IFunction lambdaFunction, ToolSchema toolSchema) Create a Lambda target configuration.AddLambdaTargetOptions.Builder.toolSchema(ToolSchema toolSchema) Sets the value ofAddLambdaTargetOptions.getToolSchema()GatewayTargetLambdaProps.Builder.toolSchema(ToolSchema toolSchema) Sets the value ofGatewayTargetLambdaProps.getToolSchema()Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type ToolSchemaModifierConstructorDescriptionLambdaTargetConfiguration(IFunction lambdaFunction, ToolSchema toolSchema)