Class: DatadogAPIClient::V2::LLMObsAnnotationQueueInteractionResponseItem

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

Overview

A single interaction result.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interaction_response_item.rb', line 36

def additional_properties
  @additional_properties
end

#already_existedObject

Whether this interaction already existed in the queue.



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

def already_existed
  @already_existed
end

#content_idObject

Identifier of the content for this interaction.



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

def content_id
  @content_id
end

#idObject

Unique identifier of the interaction.



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

def id
  @id
end

#typeObject

Type of interaction in an annotation queue.



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

def type
  @type
end