Class: DatadogAPIClient::V2::LLMObsExperimentSpan
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsExperimentSpan
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_experiment_span.rb
Overview
A span associated with an LLM Observability experiment.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#dataset_id ⇒ Object
readonly
Dataset ID associated with this span.
-
#duration ⇒ Object
readonly
Duration of the span in nanoseconds.
-
#meta ⇒ Object
Metadata associated with an experiment span.
-
#name ⇒ Object
readonly
Name of the span.
-
#project_id ⇒ Object
readonly
Project ID associated with this span.
-
#span_id ⇒ Object
readonly
Unique identifier of the span.
-
#start_ns ⇒ Object
readonly
Start time of the span in nanoseconds since Unix epoch.
-
#status ⇒ Object
readonly
Status of the span.
-
#tags ⇒ Object
List of tags associated with the span.
-
#trace_id ⇒ Object
readonly
Trace ID for the span.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span.rb', line 54 def additional_properties @additional_properties end |
#dataset_id ⇒ Object
Dataset ID associated with this span.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span.rb', line 25 def dataset_id @dataset_id end |
#duration ⇒ Object
Duration of the span in nanoseconds.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span.rb', line 28 def duration @duration end |
#meta ⇒ Object
Metadata associated with an experiment span.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span.rb', line 31 def @meta end |
#name ⇒ Object
Name of the span.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span.rb', line 34 def name @name end |
#project_id ⇒ Object
Project ID associated with this span.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span.rb', line 37 def project_id @project_id end |
#span_id ⇒ Object
Unique identifier of the span.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span.rb', line 40 def span_id @span_id end |
#start_ns ⇒ Object
Start time of the span in nanoseconds since Unix epoch.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span.rb', line 43 def start_ns @start_ns end |
#status ⇒ Object
Status of the span.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span.rb', line 46 def status @status end |
#tags ⇒ Object
List of tags associated with the span.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span.rb', line 49 def @tags end |
#trace_id ⇒ Object
Trace ID for the span.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_span.rb', line 52 def trace_id @trace_id end |