Class: DatadogAPIClient::V2::LLMObsDatasetRecordDataResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsDatasetRecordDataResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_dataset_record_data_response.rb
Overview
A single LLM Observability dataset record.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
Timestamp when the record was created.
-
#dataset_id ⇒ Object
readonly
Identifier of the dataset this record belongs to.
-
#expected_output ⇒ Object
Represents any valid JSON value.
-
#id ⇒ Object
readonly
Unique identifier of the record.
-
#input ⇒ Object
Represents any valid JSON value.
-
#metadata ⇒ Object
Arbitrary metadata associated with the record.
-
#updated_at ⇒ Object
readonly
Timestamp when the record was last updated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_record_data_response.rb', line 45 def additional_properties @additional_properties end |
#created_at ⇒ Object
Timestamp when the record was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_record_data_response.rb', line 25 def created_at @created_at end |
#dataset_id ⇒ Object
Identifier of the dataset this record belongs to.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_record_data_response.rb', line 28 def dataset_id @dataset_id end |
#expected_output ⇒ Object
Represents any valid JSON value.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_record_data_response.rb', line 31 def expected_output @expected_output end |
#id ⇒ Object
Unique identifier of the record.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_record_data_response.rb', line 34 def id @id end |
#input ⇒ Object
Represents any valid JSON value.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_record_data_response.rb', line 37 def input @input end |
#metadata ⇒ Object
Arbitrary metadata associated with the record.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_record_data_response.rb', line 40 def end |
#updated_at ⇒ Object
Timestamp when the record was last updated.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_record_data_response.rb', line 43 def updated_at @updated_at end |