Class: LlmLogs::Batch::Adapters::Bedrock::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/models/llm_logs/batch/adapters/bedrock.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



14
15
16
# File 'app/models/llm_logs/batch/adapters/bedrock.rb', line 14

def content
  @content
end

#input_tokensObject

Returns the value of attribute input_tokens

Returns:

  • (Object)

    the current value of input_tokens



14
15
16
# File 'app/models/llm_logs/batch/adapters/bedrock.rb', line 14

def input_tokens
  @input_tokens
end

#model_idObject

Returns the value of attribute model_id

Returns:

  • (Object)

    the current value of model_id



14
15
16
# File 'app/models/llm_logs/batch/adapters/bedrock.rb', line 14

def model_id
  @model_id
end

#output_tokensObject

Returns the value of attribute output_tokens

Returns:

  • (Object)

    the current value of output_tokens



14
15
16
# File 'app/models/llm_logs/batch/adapters/bedrock.rb', line 14

def output_tokens
  @output_tokens
end