Class: Aws::BedrockRuntime::Types::ToolUseBlockStart

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb

Overview

The start of a tool use block.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the tool that the model is requesting to use.

Returns:

  • (String)


2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2274

class ToolUseBlockStart < Struct.new(
  :tool_use_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#tool_use_idString

The ID for the tool request.

Returns:

  • (String)


2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2274

class ToolUseBlockStart < Struct.new(
  :tool_use_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end