-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathmodel.json
126 lines (126 loc) · 4.31 KB
/
model.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"system": {
"package_version": "1.2.0",
"script": "export_model.py",
"export_time": 1684716641,
"_export_time": "2023-05-22 00:50:41",
"mlflow_version": "2.3.2",
"mlflow_tracking_uri": "http://127.0.0.1:5020",
"platform": {
"python_version": "3.8.15",
"system": "Darwin",
"processor": "i386"
},
"user": "andre"
},
"info": {
"num_target_stages": 0,
"num_target_versions": 0,
"num_src_versions": 3,
"num_dst_versions": 3,
"failed_versions": [],
"export_latest_versions": false,
"export_permissions": false
},
"mlflow": {
"registered_model": {
"name": "sklearn_wine",
"creation_timestamp": 1684716075258,
"last_updated_timestamp": 1684716088532,
"description": "Skearn Wine Quality model",
"aliases": [
{
"alias": "about-ready",
"version": "2"
},
{
"alias": "good-to-go",
"version": "1"
},
{
"alias": "just-in-case",
"version": "3"
}
],
"_creation_timestamp": "2023-05-22 00:41:15",
"_last_updated_timestamp": "2023-05-22 00:41:29",
"tags": [
{
"key": "info",
"value": "Skearn Wine Quality model"
}
],
"versions": [
{
"aliases": [],
"creation_timestamp": 1684716075276,
"current_stage": "Production",
"description": "v1 Production - wine",
"last_updated_timestamp": 1684716075307,
"name": "sklearn_wine",
"run_id": "d583ca20513841749b26907cb2d3952b",
"run_link": "",
"source": "/opt/mlflow/server/mlruns/1/d583ca20513841749b26907cb2d3952b/artifacts/model",
"status": "READY",
"status_message": "",
"tags": {
"registered_version_info": "v1 Production - wine"
},
"user_id": "",
"version": "1",
"_run_artifact_uri": "/opt/mlflow/server/mlruns/1/d583ca20513841749b26907cb2d3952b/artifacts",
"_experiment_name": "sklearn_wine",
"_download_uri": "/opt/mlflow/server/mlruns/1/d583ca20513841749b26907cb2d3952b/artifacts/model",
"_creation_timestamp": "2023-05-22 00:41:15",
"_last_updated_timestamp": "2023-05-22 00:41:15"
},
{
"aliases": [],
"creation_timestamp": 1684716081798,
"current_stage": "Staging",
"description": "v2 Staging - wine",
"last_updated_timestamp": 1684716081835,
"name": "sklearn_wine",
"run_id": "af9e86e62bc44e7d805c03554965a27c",
"run_link": "",
"source": "/opt/mlflow/server/mlruns/1/af9e86e62bc44e7d805c03554965a27c/artifacts/model",
"status": "READY",
"status_message": "",
"tags": {
"registered_version_info": "v2 Staging - wine"
},
"user_id": "",
"version": "2",
"_run_artifact_uri": "/opt/mlflow/server/mlruns/1/af9e86e62bc44e7d805c03554965a27c/artifacts",
"_experiment_name": "sklearn_wine",
"_download_uri": "/opt/mlflow/server/mlruns/1/af9e86e62bc44e7d805c03554965a27c/artifacts/model",
"_creation_timestamp": "2023-05-22 00:41:22",
"_last_updated_timestamp": "2023-05-22 00:41:22"
},
{
"aliases": [],
"creation_timestamp": 1684716088532,
"current_stage": "None",
"description": "v3 Archived - wine",
"last_updated_timestamp": 1684716088548,
"name": "sklearn_wine",
"run_id": "b8413159b1d345f6a25949328b865734",
"run_link": "",
"source": "/opt/mlflow/server/mlruns/1/b8413159b1d345f6a25949328b865734/artifacts/model",
"status": "READY",
"status_message": "",
"tags": {
"registered_version_info": "v3 Archived - wine"
},
"user_id": "",
"version": "3",
"_run_artifact_uri": "/opt/mlflow/server/mlruns/1/b8413159b1d345f6a25949328b865734/artifacts",
"_experiment_name": "sklearn_wine",
"_download_uri": "/opt/mlflow/server/mlruns/1/b8413159b1d345f6a25949328b865734/artifacts/model",
"_creation_timestamp": "2023-05-22 00:41:29",
"_last_updated_timestamp": "2023-05-22 00:41:29"
}
]
}
}
}