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.
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.
Instance Attribute Details
#description ⇒ String
The description for the tool.
2281 2282 2283 2284 2285 2286 2287 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2281 class ToolSpecification < Struct.new( :name, :description, :input_schema) SENSITIVE = [] include Aws::Structure end |
#input_schema ⇒ Types::ToolInputSchema
The input schema for the tool in JSON format.
2281 2282 2283 2284 2285 2286 2287 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2281 class ToolSpecification < Struct.new( :name, :description, :input_schema) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the tool.
2281 2282 2283 2284 2285 2286 2287 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2281 class ToolSpecification < Struct.new( :name, :description, :input_schema) SENSITIVE = [] include Aws::Structure end |