Class: DatadogAPIClient::V2::ModelLabRunArtifactsAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ModelLabRunArtifactsAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/model_lab_run_artifacts_attributes.rb
Overview
Artifact listing for a Model Lab run.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#files ⇒ Object
readonly
The list of artifact files and directories.
-
#path_in_project ⇒ Object
readonly
The path of the run's artifacts relative to the project's artifact root.
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/model_lab_run_artifacts_attributes.rb', line 30 def additional_properties @additional_properties end |
#files ⇒ Object
The list of artifact files and directories.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_artifacts_attributes.rb', line 25 def files @files end |
#path_in_project ⇒ Object
The path of the run's artifacts relative to the project's artifact root.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_artifacts_attributes.rb', line 28 def path_in_project @path_in_project end |