Class: DatadogAPIClient::V2::LLMObsDatasetBatchUpdateUpdateRecord

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

Overview

A record update payload as part of a batch update on 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.



39
40
41
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_update_record.rb', line 39

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_batch_update_update_record.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_batch_update_update_record.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_batch_update_update_record.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_batch_update_update_record.rb', line 34

def 
  @metadata
end

#tag_operationsObject

Explicit tag operations for updating records. Operations are applied in order, Remove then Add then Set. set is the final override; if specified, the result of remove and add is discarded.



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

def tag_operations
  @tag_operations
end