Class: DatadogAPIClient::V2::LLMObsExperimentDataAttributesRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsExperimentDataAttributesRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_request.rb
Overview
Attributes for creating an LLM Observability experiment.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#config ⇒ Object
Configuration parameters for the experiment.
-
#dataset_id ⇒ Object
readonly
Identifier of the dataset used in this experiment.
-
#dataset_version ⇒ Object
Version of the dataset to use.
-
#description ⇒ Object
Description of the experiment.
-
#ensure_unique ⇒ Object
Whether to ensure the experiment name is unique.
-
#metadata ⇒ Object
Arbitrary metadata associated with the experiment.
-
#name ⇒ Object
readonly
Name of the experiment.
-
#project_id ⇒ Object
readonly
Identifier of the project this experiment belongs to.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_request.rb', line 48 def additional_properties @additional_properties end |
#config ⇒ Object
Configuration parameters for the experiment.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_request.rb', line 25 def config @config end |
#dataset_id ⇒ Object
Identifier of the dataset used in this experiment.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_request.rb', line 28 def dataset_id @dataset_id end |
#dataset_version ⇒ Object
Version of the dataset to use. Defaults to the current version if not specified.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_request.rb', line 31 def dataset_version @dataset_version end |
#description ⇒ Object
Description of the experiment.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_request.rb', line 34 def description @description end |
#ensure_unique ⇒ Object
Whether to ensure the experiment name is unique. Defaults to true.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_request.rb', line 37 def ensure_unique @ensure_unique end |
#metadata ⇒ Object
Arbitrary metadata associated with the experiment.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_request.rb', line 40 def end |
#name ⇒ Object
Name of the experiment.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_request.rb', line 43 def name @name end |
#project_id ⇒ Object
Identifier of the project this experiment belongs to.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_request.rb', line 46 def project_id @project_id end |