Class: DatadogAPIClient::V2::LLMObsTraceAnnotatedInteractionItem

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/llm_obs_trace_annotated_interaction_item.rb

Overview

A trace, experiment trace, or session interaction with its associated annotations.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



45
46
47
# File 'lib/datadog_api_client/v2/models/llm_obs_trace_annotated_interaction_item.rb', line 45

def additional_properties
  @additional_properties
end

#annotationsObject

List of annotations for this interaction.



25
26
27
# File 'lib/datadog_api_client/v2/models/llm_obs_trace_annotated_interaction_item.rb', line 25

def annotations
  @annotations
end

#can_annotateObject

Whether the current caller can annotate this interaction.



28
29
30
# File 'lib/datadog_api_client/v2/models/llm_obs_trace_annotated_interaction_item.rb', line 28

def can_annotate
  @can_annotate
end

#content_idObject

Upstream entity identifier supplied by the caller.



31
32
33
# File 'lib/datadog_api_client/v2/models/llm_obs_trace_annotated_interaction_item.rb', line 31

def content_id
  @content_id
end

#created_atObject

Timestamp when the interaction was added to the queue.



34
35
36
# File 'lib/datadog_api_client/v2/models/llm_obs_trace_annotated_interaction_item.rb', line 34

def created_at
  @created_at
end

#idObject

Unique identifier of the interaction.



37
38
39
# File 'lib/datadog_api_client/v2/models/llm_obs_trace_annotated_interaction_item.rb', line 37

def id
  @id
end

#modified_atObject

Timestamp when the interaction was last updated.



40
41
42
# File 'lib/datadog_api_client/v2/models/llm_obs_trace_annotated_interaction_item.rb', line 40

def modified_at
  @modified_at
end

#typeObject

Type of an upstream-entity interaction.



43
44
45
# File 'lib/datadog_api_client/v2/models/llm_obs_trace_annotated_interaction_item.rb', line 43

def type
  @type
end