Class: DatadogAPIClient::V2::LLMObsExperimentSpan

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idObject

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

#durationObject

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

#metaObject

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

#nameObject

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_idObject

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_idObject

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_nsObject

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

#statusObject

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

#tagsObject

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

#trace_idObject

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