Class: DatadogAPIClient::V2::ModelLabRunAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ModelLabRunAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/model_lab_run_attributes.rb
Overview
Attributes of a Model Lab run.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#completed_at ⇒ Object
The date and time the run completed.
-
#created_at ⇒ Object
readonly
The date and time the run was created.
-
#deleted_at ⇒ Object
The date and time the run was soft-deleted.
-
#descendant_match ⇒ Object
readonly
Whether a descendant run matched the applied filters.
-
#description ⇒ Object
readonly
A description of the run.
-
#duration ⇒ Object
The duration of the run in seconds.
-
#external_url ⇒ Object
An optional external URL associated with the run.
-
#has_children ⇒ Object
readonly
Whether the run has child runs.
-
#is_pinned ⇒ Object
readonly
Whether the run is pinned by the current user.
-
#metric_summaries ⇒ Object
readonly
Summary statistics for metrics recorded during the run.
-
#mlflow_artifact_location ⇒ Object
readonly
The MLflow artifact storage location for this run.
-
#name ⇒ Object
readonly
The name of the run.
-
#owner_id ⇒ Object
The UUID of the run owner.
-
#params ⇒ Object
The list of parameters used for the run.
-
#project_id ⇒ Object
readonly
The ID of the project this run belongs to.
-
#started_at ⇒ Object
readonly
The date and time the run started.
-
#status ⇒ Object
readonly
The status of a Model Lab run.
-
#tags ⇒ Object
readonly
The list of tags associated with the run.
-
#updated_at ⇒ Object
readonly
The date and time the run was last updated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
81 82 83 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 81 def additional_properties @additional_properties end |
#completed_at ⇒ Object
The date and time the run completed.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 25 def completed_at @completed_at end |
#created_at ⇒ Object
The date and time the run was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 28 def created_at @created_at end |
#deleted_at ⇒ Object
The date and time the run was soft-deleted.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 31 def deleted_at @deleted_at end |
#descendant_match ⇒ Object
Whether a descendant run matched the applied filters.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 34 def descendant_match @descendant_match end |
#description ⇒ Object
A description of the run.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 37 def description @description end |
#duration ⇒ Object
The duration of the run in seconds.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 40 def duration @duration end |
#external_url ⇒ Object
An optional external URL associated with the run.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 43 def external_url @external_url end |
#has_children ⇒ Object
Whether the run has child runs.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 46 def has_children @has_children end |
#is_pinned ⇒ Object
Whether the run is pinned by the current user.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 49 def is_pinned @is_pinned end |
#metric_summaries ⇒ Object
Summary statistics for metrics recorded during the run.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 52 def metric_summaries @metric_summaries end |
#mlflow_artifact_location ⇒ Object
The MLflow artifact storage location for this run.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 55 def mlflow_artifact_location @mlflow_artifact_location end |
#name ⇒ Object
The name of the run.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 58 def name @name end |
#owner_id ⇒ Object
The UUID of the run owner.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 61 def owner_id @owner_id end |
#params ⇒ Object
The list of parameters used for the run.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 64 def params @params end |
#project_id ⇒ Object
The ID of the project this run belongs to.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 67 def project_id @project_id end |
#started_at ⇒ Object
The date and time the run started.
70 71 72 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 70 def started_at @started_at end |
#status ⇒ Object
The status of a Model Lab run.
73 74 75 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 73 def status @status end |
#tags ⇒ Object
The list of tags associated with the run.
76 77 78 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 76 def @tags end |
#updated_at ⇒ Object
The date and time the run was last updated.
79 80 81 |
# File 'lib/datadog_api_client/v2/models/model_lab_run_attributes.rb', line 79 def updated_at @updated_at end |