Class: DatadogAPIClient::V2::LLMObsExperimentDataAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsExperimentDataAttributesResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb
Overview
Attributes of an LLM Observability experiment.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregate_data ⇒ Object
Pre-computed aggregate metrics for this experiment run, including eval score distributions, token costs, and error rates.
-
#author ⇒ Object
User data for the author of an experiment.
-
#config ⇒ Object
Configuration parameters for the experiment.
-
#created_at ⇒ Object
readonly
Timestamp when the experiment was created.
-
#dataset_id ⇒ Object
readonly
Identifier of the dataset used in this experiment.
-
#dataset_name ⇒ Object
Name of the dataset used in this experiment.
-
#dataset_version ⇒ Object
Version of the dataset used in this experiment.
-
#deleted_at ⇒ Object
Timestamp when the experiment was soft-deleted, if applicable.
-
#description ⇒ Object
Description of the experiment.
-
#error ⇒ Object
Error message describing why the experiment failed, if applicable.
-
#experiment ⇒ Object
Logical name of the experiment, shared across all runs of the same pipeline.
-
#metadata ⇒ Object
Arbitrary metadata associated with the experiment.
-
#name ⇒ Object
readonly
Name of the experiment.
-
#parent_experiment_id ⇒ Object
Identifier of the parent (baseline) experiment this experiment was run against, if any.
-
#project_id ⇒ Object
readonly
Identifier of the project this experiment belongs to.
-
#run_count ⇒ Object
readonly
Expected number of runs for this experiment.
-
#status ⇒ Object
Execution status of an LLM Observability experiment.
-
#updated_at ⇒ Object
readonly
Timestamp when the experiment was last updated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
79 80 81 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 79 def additional_properties @additional_properties end |
#aggregate_data ⇒ Object
Pre-computed aggregate metrics for this experiment run, including eval score distributions, token costs, and error rates.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 25 def aggregate_data @aggregate_data end |
#author ⇒ Object
User data for the author of an experiment. Only present when include[user_data] is true.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 28 def @author end |
#config ⇒ Object
Configuration parameters for the experiment.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 31 def config @config end |
#created_at ⇒ Object
Timestamp when the experiment was created.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 34 def created_at @created_at end |
#dataset_id ⇒ Object
Identifier of the dataset used in this experiment.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 37 def dataset_id @dataset_id end |
#dataset_name ⇒ Object
Name of the dataset used in this experiment.
Only present when include[dataset_names] is true.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 41 def dataset_name @dataset_name end |
#dataset_version ⇒ Object
Version of the dataset used in this experiment.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 44 def dataset_version @dataset_version end |
#deleted_at ⇒ Object
Timestamp when the experiment was soft-deleted, if applicable.
47 48 49 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 47 def deleted_at @deleted_at end |
#description ⇒ Object
Description of the experiment.
50 51 52 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 50 def description @description end |
#error ⇒ Object
Error message describing why the experiment failed, if applicable.
53 54 55 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 53 def error @error end |
#experiment ⇒ Object
Logical name of the experiment, shared across all runs of the same pipeline.
56 57 58 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 56 def experiment @experiment end |
#metadata ⇒ Object
Arbitrary metadata associated with the experiment.
59 60 61 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 59 def @metadata end |
#name ⇒ Object
Name of the experiment.
62 63 64 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 62 def name @name end |
#parent_experiment_id ⇒ Object
Identifier of the parent (baseline) experiment this experiment was run against, if any.
65 66 67 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 65 def parent_experiment_id @parent_experiment_id end |
#project_id ⇒ Object
Identifier of the project this experiment belongs to.
68 69 70 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 68 def project_id @project_id end |
#run_count ⇒ Object
Expected number of runs for this experiment.
71 72 73 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 71 def run_count @run_count end |
#status ⇒ Object
Execution status of an LLM Observability experiment.
74 75 76 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 74 def status @status end |
#updated_at ⇒ Object
Timestamp when the experiment was last updated.
77 78 79 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb', line 77 def updated_at @updated_at end |