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. 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

Instance Attribute Details

#nameString

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

Returns:

  • (String)


4343
4344
4345
4346
4347
4348
4349
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4343

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

#tool_use_idString

The ID for the tool request.

Returns:

  • (String)


4343
4344
4345
4346
4347
4348
4349
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4343

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

#typeString

The type for the tool request.

Returns:

  • (String)


4343
4344
4345
4346
4347
4348
4349
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4343

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