Class: DatadogAPIClient::V2::LLMObsDatasetBatchUpdateDataAttributesRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsDatasetBatchUpdateDataAttributesRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_data_attributes_request.rb
Overview
Attributes for batch-updating records in an LLM Observability dataset.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#create_new_version ⇒ Object
Whether to create a new dataset version when applying the batch update.
-
#delete_records ⇒ Object
Record IDs to delete.
-
#insert_records ⇒ Object
Records to insert.
-
#tags ⇒ Object
List of tag strings.
-
#update_records ⇒ Object
Records to update by ID.
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_data_attributes_request.rb', line 39 def additional_properties @additional_properties end |
#create_new_version ⇒ Object
Whether to create a new dataset version when applying the batch update. Defaults to true.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_data_attributes_request.rb', line 25 def create_new_version @create_new_version end |
#delete_records ⇒ Object
Record IDs to delete.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_data_attributes_request.rb', line 28 def delete_records @delete_records end |
#insert_records ⇒ Object
Records to insert.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_data_attributes_request.rb', line 31 def insert_records @insert_records end |
#tags ⇒ Object
List of tag strings.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_data_attributes_request.rb', line 34 def @tags end |
#update_records ⇒ Object
Records to update by ID.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_data_attributes_request.rb', line 37 def update_records @update_records end |