Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.SchemaDefinition
Packages that use SchemaDefinition
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of SchemaDefinition in software.amazon.awscdk.services.bedrockagentcore
Classes in software.amazon.awscdk.services.bedrockagentcore that implement SchemaDefinitionMethods in software.amazon.awscdk.services.bedrockagentcore that return SchemaDefinitionModifier and TypeMethodDescriptionSchemaDefinition.Builder.build()Builds the configured instance.ToolDefinition.getInputSchema()The input schema for the tool.final SchemaDefinitionToolDefinition.Jsii$Proxy.getInputSchema()default SchemaDefinitionSchemaDefinition.getItems()The items in the schema definition.final SchemaDefinitionSchemaDefinition.Jsii$Proxy.getItems()default SchemaDefinitionToolDefinition.getOutputSchema()The output schema for the tool.final SchemaDefinitionToolDefinition.Jsii$Proxy.getOutputSchema()Methods in software.amazon.awscdk.services.bedrockagentcore that return types with arguments of type SchemaDefinitionModifier and TypeMethodDescriptiondefault Map<String, SchemaDefinition> SchemaDefinition.getProperties()The properties of the schema definition.final Map<String, SchemaDefinition> SchemaDefinition.Jsii$Proxy.getProperties()Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type SchemaDefinitionModifier and TypeMethodDescriptionToolDefinition.Builder.inputSchema(SchemaDefinition inputSchema) Sets the value ofToolDefinition.getInputSchema()SchemaDefinition.Builder.items(SchemaDefinition items) Sets the value ofgetItems()ToolDefinition.Builder.outputSchema(SchemaDefinition outputSchema) Sets the value ofToolDefinition.getOutputSchema()Method parameters in software.amazon.awscdk.services.bedrockagentcore with type arguments of type SchemaDefinitionModifier and TypeMethodDescriptionSchemaDefinition.Builder.properties(Map<String, ? extends SchemaDefinition> properties) Sets the value ofgetProperties()