Class: Aws::BedrockRuntime::Types::ToolUseBlockStart
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ToolUseBlockStart
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The start of a tool use block. For more information, see [Call a tool with the Converse API] in the Amazon Bedrock User Guide.
[1]: docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the tool that the model is requesting to use.
-
#tool_use_id ⇒ String
The ID for the tool request.
-
#type ⇒ String
The type for the tool request.
Instance Attribute Details
#name ⇒ String
The name of the tool that the model is requesting to use.
4343 4344 4345 4346 4347 4348 4349 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4343 class ToolUseBlockStart < Struct.new( :tool_use_id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#tool_use_id ⇒ String
The ID for the tool request.
4343 4344 4345 4346 4347 4348 4349 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4343 class ToolUseBlockStart < Struct.new( :tool_use_id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type for the tool request.
4343 4344 4345 4346 4347 4348 4349 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4343 class ToolUseBlockStart < Struct.new( :tool_use_id, :name, :type) SENSITIVE = [] include Aws::Structure end |