Class: Aws::BedrockRuntime::Types::ToolSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ToolSpecification
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
The specification for the tool. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description for the tool.
-
#input_schema ⇒ Types::ToolInputSchema
The input schema for the tool in JSON format.
-
#name ⇒ String
The name for the tool.
-
#strict ⇒ Boolean
Flag to enable structured output enforcement on a tool usage response.
Instance Attribute Details
#description ⇒ String
The description for the tool.
4781 4782 4783 4784 4785 4786 4787 4788 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4781 class ToolSpecification < Struct.new( :name, :description, :input_schema, :strict) SENSITIVE = [] include Aws::Structure end |
#input_schema ⇒ Types::ToolInputSchema
The input schema for the tool in JSON format.
4781 4782 4783 4784 4785 4786 4787 4788 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4781 class ToolSpecification < Struct.new( :name, :description, :input_schema, :strict) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the tool.
4781 4782 4783 4784 4785 4786 4787 4788 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4781 class ToolSpecification < Struct.new( :name, :description, :input_schema, :strict) SENSITIVE = [] include Aws::Structure end |
#strict ⇒ Boolean
Flag to enable structured output enforcement on a tool usage response.
4781 4782 4783 4784 4785 4786 4787 4788 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4781 class ToolSpecification < Struct.new( :name, :description, :input_schema, :strict) SENSITIVE = [] include Aws::Structure end |