Class: RubyAmazonBedrock::PayloadBuilders::Amazon::TitanTextLiteV1

Inherits:
Base
  • Object
show all
Defined in:
lib/bedrock_runtime/payload_builders/amazon/titan_text_lite_v1.rb

Overview

TitanTextLiteV1 is a subclass of Base. It provides functionalities specific to the Amazon Titan Text G1 - Lite model.

for more information about the Amazon model.

Instance Method Summary collapse

Methods inherited from Base

#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 Amazon Titan Text G1 - Lite model.

Returns:

  • (String)

    ‘amazon.titan-text-lite-v1’



17
18
19
# File 'lib/bedrock_runtime/payload_builders/amazon/titan_text_lite_v1.rb', line 17

def model_id
  'amazon.titan-text-lite-v1'
end