Class: RubyAmazonBedrock::PayloadBuilders::Cohere::CommandTextV14
- Inherits:
-
CommandBase
- Object
- Base
- CommandBase
- RubyAmazonBedrock::PayloadBuilders::Cohere::CommandTextV14
- Defined in:
- lib/bedrock_runtime/payload_builders/cohere/command_text_v14.rb
Overview
CommandTextV14 is a subclass of Base. It provides functionalities specific to the Cohere Command model.
for more information about the Cohere model.
Instance Method Summary collapse
-
#model_id ⇒ String
Returns the model ID for the Cohere Command model.
Methods inherited from CommandBase
Methods inherited from Base
#build, #initialize, #parameters, #type
Constructor Details
This class inherits a constructor from RubyAmazonBedrock::PayloadBuilders::Base
Instance Method Details
#model_id ⇒ String
Returns the model ID for the Cohere Command model.
15 16 17 |
# File 'lib/bedrock_runtime/payload_builders/cohere/command_text_v14.rb', line 15 def model_id 'cohere.command-text-v14' end |