Class: DatadogAPIClient::V2::LLMObsDatasetRecordUpdateItem

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

Overview

A record update payload for an LLM Observability dataset.

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_dataset_record_update_item.rb', line 36

def additional_properties
  @additional_properties
end

#expected_outputObject

Represents any valid JSON value.



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

def expected_output
  @expected_output
end

#idObject

Unique identifier of the record to update.



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

def id
  @id
end

#inputObject

Represents any valid JSON value.



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

def input
  @input
end

#metadataObject

Updated metadata associated with the record.



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

def 
  @metadata
end