Class: DatadogAPIClient::V2::LLMObsDatasetRecordItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsDatasetRecordItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_dataset_record_item.rb
Overview
A single record to append to 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.
-
#input ⇒ Object
Represents any valid JSON value.
-
#metadata ⇒ Object
Arbitrary metadata associated with the record.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_record_item.rb', line 33 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_record_item.rb', line 25 def expected_output @expected_output end |
#input ⇒ Object
Represents any valid JSON value.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_record_item.rb', line 28 def input @input end |
#metadata ⇒ Object
Arbitrary metadata associated with the record.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_record_item.rb', line 31 def end |