Class: DatadogAPIClient::V2::LLMObsDatasetRecordTagOperations

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

Overview

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.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#addObject

List of tag strings.



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

def add
  @add
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_record_tag_operations.rb', line 33

def additional_properties
  @additional_properties
end

#removeObject

List of tag strings.



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

def remove
  @remove
end

#setObject

List of tag strings.



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

def set
  @set
end