Class: Aws::BedrockRuntime::Types::SpecificToolChoice
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockRuntime::Types::SpecificToolChoice
 
 
- Defined in:
 - gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
 
Overview
The model must request a specific tool. For example, {"tool" :
{"name" : "Your tool name"}}. 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
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the tool that the model must request.
 
Instance Attribute Details
#name ⇒ String
The name of the tool that the model must request.
      3767 3768 3769 3770 3771  | 
    
      # File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3767 class SpecificToolChoice < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |