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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description for the tool.

Returns:

  • (String)


2214
2215
2216
2217
2218
2219
2220
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2214

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.



2214
2215
2216
2217
2218
2219
2220
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2214

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

#nameString

The name for the tool.

Returns:

  • (String)


2214
2215
2216
2217
2218
2219
2220
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2214

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