Class: DatadogAPIClient::V2::LLMObsDatasetRecordDataResponse

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

Overview

A single LLM Observability dataset record.

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_dataset_record_data_response.rb', line 45

def additional_properties
  @additional_properties
end

#created_atObject

Timestamp when the record was created.



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

def created_at
  @created_at
end

#dataset_idObject

Identifier of the dataset this record belongs to.



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

def dataset_id
  @dataset_id
end

#expected_outputObject

Represents any valid JSON value.



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

def expected_output
  @expected_output
end

#idObject

Unique identifier of the record.



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

def id
  @id
end

#inputObject

Represents any valid JSON value.



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

def input
  @input
end

#metadataObject

Arbitrary metadata associated with the record.



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

def 
  
end

#updated_atObject

Timestamp when the record was last updated.



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

def updated_at
  @updated_at
end