Class: DatadogAPIClient::V2::LLMObsDatasetBatchUpdateUpdateRecord
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsDatasetBatchUpdateUpdateRecord
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#expected_output ⇒ Object
Represents any valid JSON value.
-
#id ⇒ Object
readonly
Unique identifier of the record to update.
-
#input ⇒ Object
Represents any valid JSON value.
-
#metadata ⇒ Object
Updated metadata associated with the record.
-
#tag_operations ⇒ Object
Explicit tag operations for updating records.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_output ⇒ Object
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 |
#id ⇒ Object
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 |
#input ⇒ Object
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 |
#metadata ⇒ Object
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_operations ⇒ Object
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 |