Class: DatadogAPIClient::V2::LLMObsPatternsConfigSnapshot
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsPatternsConfigSnapshot
- 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
-
#account_id ⇒ Object
Integration account ID used for a bring-your-own-model run.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#evp_query ⇒ Object
Query that selected the spans for the run.
-
#hierarchy_depth ⇒ Object
readonly
Depth of the topic hierarchy generated.
-
#integration_provider ⇒ Object
Integration provider used for a bring-your-own-model run.
-
#model_name ⇒ Object
Model name used for a bring-your-own-model run.
-
#num_records ⇒ Object
readonly
Maximum number of records processed for the run.
-
#sampling_ratio ⇒ Object
Fraction of matching spans sampled for the run.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
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 @account_id end |
#additional_properties ⇒ Object
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_query ⇒ Object
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_depth ⇒ Object
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_provider ⇒ Object
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_name ⇒ Object
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_records ⇒ Object
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_ratio ⇒ Object
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 |