Class: DatadogAPIClient::V2::ModelLabRunAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_atObject

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_atObject

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_atObject

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_matchObject

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

#descriptionObject

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

#durationObject

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_urlObject

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_childrenObject

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_pinnedObject

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_summariesObject

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_locationObject

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

#nameObject

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_idObject

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

#paramsObject

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_idObject

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_atObject

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

#statusObject

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

#tagsObject

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
  @tags
end

#updated_atObject

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