Class: Aws::BedrockRuntime::Types::ToolSpecification

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

Overview

The specification for the tool. 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

#descriptionString

The description for the tool.

Returns:

  • (String)


4644
4645
4646
4647
4648
4649
4650
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4644

class ToolSpecification < Struct.new(
  :name,
  :description,
  :input_schema)
  SENSITIVE = []
  include Aws::Structure
end

#input_schemaTypes::ToolInputSchema

The input schema for the tool in JSON format.



4644
4645
4646
4647
4648
4649
4650
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4644

class ToolSpecification < Struct.new(
  :name,
  :description,
  :input_schema)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the tool.

Returns:

  • (String)


4644
4645
4646
4647
4648
4649
4650
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4644

class ToolSpecification < Struct.new(
  :name,
  :description,
  :input_schema)
  SENSITIVE = []
  include Aws::Structure
end