Class: Aws::BedrockRuntime::Types::ToolResultBlockStart
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ToolResultBlockStart
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
The start of a tool result block. 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
-
#status ⇒ String
The status of the tool result block.
-
#tool_use_id ⇒ String
The ID of the tool that was used to generate this tool result block.
-
#type ⇒ String
The type for the tool that was used to generate this tool result block.
Instance Attribute Details
#status ⇒ String
The status of the tool result block.
4178 4179 4180 4181 4182 4183 4184 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4178 class ToolResultBlockStart < Struct.new( :tool_use_id, :type, :status) SENSITIVE = [] include Aws::Structure end |
#tool_use_id ⇒ String
The ID of the tool that was used to generate this tool result block.
4178 4179 4180 4181 4182 4183 4184 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4178 class ToolResultBlockStart < Struct.new( :tool_use_id, :type, :status) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type for the tool that was used to generate this tool result block.
4178 4179 4180 4181 4182 4183 4184 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4178 class ToolResultBlockStart < Struct.new( :tool_use_id, :type, :status) SENSITIVE = [] include Aws::Structure end |