Class: LlmLogs::Configuration::BedrockBatch

Inherits:
Struct
  • Object
show all
Defined in:
lib/llm_logs/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#min_recordsObject

Returns the value of attribute min_records

Returns:

  • (Object)

    the current value of min_records



3
4
5
# File 'lib/llm_logs/configuration.rb', line 3

def min_records
  @min_records
end

#model_matcherObject

Returns the value of attribute model_matcher

Returns:

  • (Object)

    the current value of model_matcher



3
4
5
# File 'lib/llm_logs/configuration.rb', line 3

def model_matcher
  @model_matcher
end

#regionObject

Returns the value of attribute region

Returns:

  • (Object)

    the current value of region



3
4
5
# File 'lib/llm_logs/configuration.rb', line 3

def region
  @region
end

#role_arnObject

Returns the value of attribute role_arn

Returns:

  • (Object)

    the current value of role_arn



3
4
5
# File 'lib/llm_logs/configuration.rb', line 3

def role_arn
  @role_arn
end

#s3_bucketObject

Returns the value of attribute s3_bucket

Returns:

  • (Object)

    the current value of s3_bucket



3
4
5
# File 'lib/llm_logs/configuration.rb', line 3

def s3_bucket
  @s3_bucket
end

#s3_prefixObject

Returns the value of attribute s3_prefix

Returns:

  • (Object)

    the current value of s3_prefix



3
4
5
# File 'lib/llm_logs/configuration.rb', line 3

def s3_prefix
  @s3_prefix
end