Class: DatadogAPIClient::V2::LLMObsDatasetDraftStateDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsDatasetDraftStateDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_dataset_draft_state_data_attributes.rb
Overview
Attributes of an LLM Observability dataset draft state.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#drafting_since ⇒ Object
readonly
Timestamp when the dataset draft session started.
-
#user ⇒ Object
readonly
User information associated with a dataset draft state.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_draft_state_data_attributes.rb', line 30 def additional_properties @additional_properties end |
#drafting_since ⇒ Object
Timestamp when the dataset draft session started.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_draft_state_data_attributes.rb', line 25 def drafting_since @drafting_since end |
#user ⇒ Object
User information associated with a dataset draft state.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_dataset_draft_state_data_attributes.rb', line 28 def user @user end |