Class: DatadogAPIClient::V2::LLMObsExperimentRunDataResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsExperimentRunDataResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_experiment_run_data_response.rb
Overview
Data object for an LLM Observability experiment run.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregate_data ⇒ Object
Aggregated metric data for this run.
-
#created_at ⇒ Object
Timestamp when the run was created.
-
#experiment_id ⇒ Object
Identifier of the experiment this run belongs to.
-
#id ⇒ Object
Unique identifier of the experiment run.
-
#run_number ⇒ Object
readonly
Sequential number of this run within the experiment.
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_experiment_run_data_response.rb', line 39 def additional_properties @additional_properties end |
#aggregate_data ⇒ Object
Aggregated metric data for this run.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_run_data_response.rb', line 25 def aggregate_data @aggregate_data end |
#created_at ⇒ Object
Timestamp when the run was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_run_data_response.rb', line 28 def created_at @created_at end |
#experiment_id ⇒ Object
Identifier of the experiment this run belongs to.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_run_data_response.rb', line 31 def experiment_id @experiment_id end |
#id ⇒ Object
Unique identifier of the experiment run.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_run_data_response.rb', line 34 def id @id end |
#run_number ⇒ Object
Sequential number of this run within the experiment.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_run_data_response.rb', line 37 def run_number @run_number end |