Class: LlmLogs::Configuration::BedrockBatch
- Inherits:
-
Struct
- Object
- Struct
- LlmLogs::Configuration::BedrockBatch
- Defined in:
- lib/llm_logs/configuration.rb
Instance Attribute Summary collapse
-
#min_records ⇒ Object
Returns the value of attribute min_records.
-
#model_matcher ⇒ Object
Returns the value of attribute model_matcher.
-
#region ⇒ Object
Returns the value of attribute region.
-
#role_arn ⇒ Object
Returns the value of attribute role_arn.
-
#s3_bucket ⇒ Object
Returns the value of attribute s3_bucket.
-
#s3_prefix ⇒ Object
Returns the value of attribute s3_prefix.
Instance Attribute Details
#min_records ⇒ Object
Returns the value of attribute min_records
3 4 5 |
# File 'lib/llm_logs/configuration.rb', line 3 def min_records @min_records end |
#model_matcher ⇒ Object
Returns the value of attribute model_matcher
3 4 5 |
# File 'lib/llm_logs/configuration.rb', line 3 def model_matcher @model_matcher end |
#region ⇒ Object
Returns the value of attribute region
3 4 5 |
# File 'lib/llm_logs/configuration.rb', line 3 def region @region end |
#role_arn ⇒ Object
Returns the value of attribute role_arn
3 4 5 |
# File 'lib/llm_logs/configuration.rb', line 3 def role_arn @role_arn end |
#s3_bucket ⇒ Object
Returns the value of attribute s3_bucket
3 4 5 |
# File 'lib/llm_logs/configuration.rb', line 3 def s3_bucket @s3_bucket end |
#s3_prefix ⇒ Object
Returns the value of attribute s3_prefix
3 4 5 |
# File 'lib/llm_logs/configuration.rb', line 3 def s3_prefix @s3_prefix end |