Class: RubyAmazonBedrock::PayloadBuilders::Cohere::CommandTextV14

Inherits:
CommandBase
  • Object
show all
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

Methods inherited from CommandBase

#build, #parameters

Methods inherited from Base

#build, #initialize, #parameters, #type

Constructor Details

This class inherits a constructor from RubyAmazonBedrock::PayloadBuilders::Base

Instance Method Details

#model_idString

Returns the model ID for the Cohere Command model.

Returns:

  • (String)

    ‘cohere.command-text-v14’



15
16
17
# File 'lib/bedrock_runtime/payload_builders/cohere/command_text_v14.rb', line 15

def model_id
  'cohere.command-text-v14'
end