-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathmodel.json
43 lines (43 loc) · 1.46 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
{
"registered_model": {
"name": "sklearn_wine",
"creation_timestamp": "1630416728707",
"last_updated_timestamp": "1630752350720",
"latest_versions": [
{
"creation_timestamp": 1630416867141,
"current_stage": "Production",
"description": "",
"last_updated_timestamp": 1630749748751,
"name": "sklearn_wine",
"run_id": "24aa9cce1388474e9f26d17100724cdd",
"run_link": "",
"source": "/opt/mlflow/server/mlruns/1/24aa9cce1388474e9f26d17100724cdd/artifacts/sklearn-model",
"status": "READY",
"status_message": "",
"tags": {},
"user_id": "",
"version": "3",
"_run_artifact_uri": "/opt/mlflow/server/mlruns/1/24aa9cce1388474e9f26d17100724cdd/artifacts",
"_experiment_name": "sklearn"
},
{
"creation_timestamp": 1630565611059,
"current_stage": "Staging",
"description": "",
"last_updated_timestamp": 1630752350720,
"name": "sklearn_wine",
"run_id": "8efd80f59b7946119d8f1838515eea25",
"run_link": "",
"source": "/opt/mlflow/server/mlruns/5/8efd80f59b7946119d8f1838515eea25/artifacts/sklearn-model",
"status": "READY",
"status_message": "",
"tags": {},
"user_id": "",
"version": "5",
"_run_artifact_uri": "/opt/mlflow/server/mlruns/5/8efd80f59b7946119d8f1838515eea25/artifacts",
"_experiment_name": "sklearn"
}
]
}
}