Class: DatadogAPIClient::V2::LLMObsDatasetRecordTagOperations
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsDatasetRecordTagOperations
- 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
-
#add ⇒ Object
List of tag strings.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#remove ⇒ Object
List of tag strings.
-
#set ⇒ Object
List of tag strings.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#add ⇒ Object
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_properties ⇒ Object
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 |
#remove ⇒ Object
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 |
#set ⇒ Object
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 |