Class: DatadogAPIClient::V2::LLMObsExperimentUpdateDataAttributesRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsExperimentUpdateDataAttributesRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_experiment_update_data_attributes_request.rb
Overview
Attributes for updating an LLM Observability experiment.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#dataset_id ⇒ Object
Updated identifier of the dataset used in this experiment.
-
#description ⇒ Object
Updated description of the experiment.
-
#error ⇒ Object
Error message describing why the experiment failed, if applicable.
-
#metadata ⇒ Object
Updated arbitrary metadata associated with the experiment.
-
#name ⇒ Object
Updated name of the experiment.
-
#status ⇒ Object
Execution status of an LLM Observability experiment.
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_experiment_update_data_attributes_request.rb', line 42 def additional_properties @additional_properties end |
#dataset_id ⇒ Object
Updated identifier of the dataset used in this experiment.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_update_data_attributes_request.rb', line 25 def dataset_id @dataset_id end |
#description ⇒ Object
Updated description of the experiment.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_update_data_attributes_request.rb', line 28 def description @description end |
#error ⇒ Object
Error message describing why the experiment failed, if applicable.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_update_data_attributes_request.rb', line 31 def error @error end |
#metadata ⇒ Object
Updated arbitrary metadata associated with the experiment.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_update_data_attributes_request.rb', line 34 def @metadata end |
#name ⇒ Object
Updated name of the experiment.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_update_data_attributes_request.rb', line 37 def name @name end |
#status ⇒ Object
Execution status of an LLM Observability experiment.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_update_data_attributes_request.rb', line 40 def status @status end |