Class: DatadogAPIClient::V2::LLMObsExperimentDataAttributesResponse

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_dataObject

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

#authorObject

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
  @author
end

#configObject

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_atObject

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_idObject

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_nameObject

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_versionObject

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_atObject

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

#descriptionObject

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

#errorObject

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

#experimentObject

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

#metadataObject

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

#nameObject

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_idObject

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_idObject

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_countObject

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

#statusObject

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_atObject

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