Class: RubyAmazonBedrock::PayloadBuilders::Meta::Llama38bInstructV1

Inherits:
Base
  • Object
show all
Defined in:
lib/bedrock_runtime/payload_builders/meta/llama38b_instruct_v1.rb

Overview

Llama370bInstructV1 is a subclass of Base. It provides functionalities specific to the Meta Llama 3 70B Instruct model.

for more information about the Meta 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 Meta Llama 3 70B Instruct model.

Returns:

  • (String)

    ‘meta.llama3-8b-instruct-v1:0’



15
16
17
# File 'lib/bedrock_runtime/payload_builders/meta/llama38b_instruct_v1.rb', line 15

def model_id
  'meta.llama3-8b-instruct-v1:0'
end