Class: DatadogAPIClient::V2::LLMObsPatternsConfigSnapshot

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/llm_obs_patterns_config_snapshot.rb

Overview

Snapshot of the configuration used for a patterns run.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_idObject

Integration account ID used for a bring-your-own-model run.



25
26
27
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_config_snapshot.rb', line 25

def 
  @account_id
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



45
46
47
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_config_snapshot.rb', line 45

def additional_properties
  @additional_properties
end

#evp_queryObject

Query that selected the spans for the run.



28
29
30
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_config_snapshot.rb', line 28

def evp_query
  @evp_query
end

#hierarchy_depthObject

Depth of the topic hierarchy generated.



31
32
33
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_config_snapshot.rb', line 31

def hierarchy_depth
  @hierarchy_depth
end

#integration_providerObject

Integration provider used for a bring-your-own-model run.



34
35
36
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_config_snapshot.rb', line 34

def integration_provider
  @integration_provider
end

#model_nameObject

Model name used for a bring-your-own-model run.



37
38
39
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_config_snapshot.rb', line 37

def model_name
  @model_name
end

#num_recordsObject

Maximum number of records processed for the run.



40
41
42
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_config_snapshot.rb', line 40

def num_records
  @num_records
end

#sampling_ratioObject

Fraction of matching spans sampled for the run.



43
44
45
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_config_snapshot.rb', line 43

def sampling_ratio
  @sampling_ratio
end