Class: DatadogAPIClient::V2::LLMObsAnnotatedInteractionByTraceItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsAnnotatedInteractionByTraceItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_by_trace_item.rb
Overview
An annotated interaction returned by the cross-queue lookup, including the source queue metadata.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#annotations ⇒ Object
readonly
List of annotations for this interaction.
-
#content_id ⇒ Object
readonly
Upstream entity identifier (trace ID, session ID, or deterministic display_block ID).
-
#created_at ⇒ Object
readonly
Timestamp when the interaction was added to the queue.
-
#display_block ⇒ Object
readonly
List of content blocks that make up a
display_blockinteraction. -
#id ⇒ Object
readonly
Unique identifier of the interaction.
-
#modified_at ⇒ Object
readonly
Timestamp when the interaction was last updated.
-
#queue_id ⇒ Object
readonly
Identifier of the annotation queue this interaction belongs to.
-
#queue_name ⇒ Object
readonly
Name of the annotation queue this interaction belongs to.
-
#type ⇒ Object
readonly
Type of an annotated interaction.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_by_trace_item.rb', line 52 def additional_properties @additional_properties end |
#annotations ⇒ Object
List of annotations for this interaction.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_by_trace_item.rb', line 25 def annotations @annotations end |
#content_id ⇒ Object
Upstream entity identifier (trace ID, session ID, or deterministic display_block ID).
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_by_trace_item.rb', line 28 def content_id @content_id end |
#created_at ⇒ Object
Timestamp when the interaction was added to the queue.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_by_trace_item.rb', line 31 def created_at @created_at end |
#display_block ⇒ Object
List of content blocks that make up a display_block interaction.
Must contain at least one block.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_by_trace_item.rb', line 35 def display_block @display_block end |
#id ⇒ Object
Unique identifier of the interaction.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_by_trace_item.rb', line 38 def id @id end |
#modified_at ⇒ Object
Timestamp when the interaction was last updated.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_by_trace_item.rb', line 41 def modified_at @modified_at end |
#queue_id ⇒ Object
Identifier of the annotation queue this interaction belongs to.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_by_trace_item.rb', line 44 def queue_id @queue_id end |
#queue_name ⇒ Object
Name of the annotation queue this interaction belongs to.
47 48 49 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_by_trace_item.rb', line 47 def queue_name @queue_name end |
#type ⇒ Object
Type of an annotated interaction.
50 51 52 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_by_trace_item.rb', line 50 def type @type end |