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.
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.
Instance Attribute Details
#name ⇒ String
The name of the tool that the model is requesting to use.
2341 2342 2343 2344 2345 2346 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2341 class ToolUseBlockStart < Struct.new( :tool_use_id, :name) SENSITIVE = [] include Aws::Structure end |
#tool_use_id ⇒ String
The ID for the tool request.
2341 2342 2343 2344 2345 2346 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2341 class ToolUseBlockStart < Struct.new( :tool_use_id, :name) SENSITIVE = [] include Aws::Structure end |