Class: DatadogAPIClient::V2::LLMObsExperimentSpanWithEvals
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsExperimentSpanWithEvals
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb
Overview
An experiment span enriched with its associated evaluation metrics.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#dataset_record_id ⇒ Object
ID of the dataset record this span evaluated.
-
#duration ⇒ Object
Duration of the span in nanoseconds.
-
#eval_metrics ⇒ Object
Evaluation metrics associated with this span.
-
#id ⇒ Object
Unique identifier of the span.
-
#meta ⇒ Object
Metadata associated with an experiment span.
-
#metrics ⇒ Object
Numeric metrics attached to the span.
-
#name ⇒ Object
Name of the span.
-
#parent_id ⇒ Object
Parent span ID, if any.
-
#span_id ⇒ Object
Span ID.
-
#start_ns ⇒ Object
Start time in nanoseconds since Unix epoch.
-
#status ⇒ Object
Status of the span.
-
#tags ⇒ Object
Tags associated with the span.
-
#trace_id ⇒ Object
Trace ID.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
63 64 65 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 63 def additional_properties @additional_properties end |
#dataset_record_id ⇒ Object
ID of the dataset record this span evaluated.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 25 def dataset_record_id @dataset_record_id end |
#duration ⇒ Object
Duration of the span in nanoseconds.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 28 def duration @duration end |
#eval_metrics ⇒ Object
Evaluation metrics associated with this span.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 31 def eval_metrics @eval_metrics end |
#id ⇒ Object
Unique identifier of the span.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 34 def id @id end |
#meta ⇒ Object
Metadata associated with an experiment span.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 37 def @meta end |
#metrics ⇒ Object
Numeric metrics attached to the span.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 40 def metrics @metrics end |
#name ⇒ Object
Name of the span.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 43 def name @name end |
#parent_id ⇒ Object
Parent span ID, if any.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 46 def parent_id @parent_id end |
#span_id ⇒ Object
Span ID.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 49 def span_id @span_id end |
#start_ns ⇒ Object
Start time in nanoseconds since Unix epoch.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 52 def start_ns @start_ns end |
#status ⇒ Object
Status of the span.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 55 def status @status end |
#tags ⇒ Object
Tags associated with the span.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 58 def @tags end |
#trace_id ⇒ Object
Trace ID.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb', line 61 def trace_id @trace_id end |