Class: DatadogAPIClient::V2::LLMObsDatasetBatchUpdateInsertRecord
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsDatasetBatchUpdateInsertRecord
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_insert_record.rb
Overview
A record to insert 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
Optional user-provided identifier for the record.
-
#input ⇒ Object
Represents any valid JSON value.
-
#metadata ⇒ Object
Arbitrary metadata associated with the record.
-
#tag_operations ⇒ Object
Explicit tag operations for updating records.
-
#tags ⇒ Object
List of tag strings.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_insert_record.rb', line 42 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_insert_record.rb', line 25 def expected_output @expected_output end |
#id ⇒ Object
Optional user-provided identifier for the record. If omitted, the server generates an identifier.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_insert_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_insert_record.rb', line 31 def input @input end |
#metadata ⇒ Object
Arbitrary metadata associated with the record.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_insert_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_insert_record.rb', line 37 def tag_operations @tag_operations end |
#tags ⇒ Object
List of tag strings.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_insert_record.rb', line 40 def @tags end |