Class: DatadogAPIClient::V2::LLMObsExperimentationSearchResults
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsExperimentationSearchResults
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_experimentation_search_results.rb
Overview
The matching experimentation entities grouped by type.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#dataset_records ⇒ Object
Matching dataset records.
-
#datasets ⇒ Object
Matching datasets.
-
#experiment_runs ⇒ Object
Matching experiment runs.
-
#experiments ⇒ Object
Matching experiments.
-
#projects ⇒ Object
Matching projects.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_search_results.rb', line 39 def additional_properties @additional_properties end |
#dataset_records ⇒ Object
Matching dataset records. Present when ‘dataset_records` is included in `filter.scope`.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_search_results.rb', line 25 def dataset_records @dataset_records end |
#datasets ⇒ Object
Matching datasets. Present when ‘datasets` is included in `filter.scope`.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_search_results.rb', line 28 def datasets @datasets end |
#experiment_runs ⇒ Object
Matching experiment runs. Present when ‘experiment_runs` is included in `filter.scope`.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_search_results.rb', line 31 def experiment_runs @experiment_runs end |
#experiments ⇒ Object
Matching experiments. Present when ‘experiments` is included in `filter.scope`.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_search_results.rb', line 34 def experiments @experiments end |
#projects ⇒ Object
Matching projects. Present when ‘projects` is included in `filter.scope`.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_search_results.rb', line 37 def projects @projects end |