generated from MicrosoftLearning/mslearn-mlops
-
Notifications
You must be signed in to change notification settings - Fork 1
/
job-execution-summary.json
65 lines (64 loc) · 2.71 KB
/
job-execution-summary.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
Execution Summary :)
=================
RunId: jolly_ring_1x3vb8s9fp
Web View: https://ml.azure.com/runs/jolly_ring_1x3vb8s9fp?wsid=/subscriptions/4956d76e-866c-44cb-ae27-659157d2b925/resourcegroups/scenera-demo/workspaces/scenera-demo-ml
{
"code": "azureml:/subscriptions/4956d76e-866c-44cb-ae27-659157d2b925/resourceGroups/scenera-demo/providers/Microsoft.MachineLearningServices/workspaces/scenera-demo-ml/codes/a5a41ffe-55a3-4eb3-95e2-3e421943d3af/versions/1",
"command": "python train.py --training_data ${{inputs.training_data}} --reg_rate ${{inputs.reg_rate}}",
"compute": "azureml:scenera-mlops-cluster",
"creation_context": {
"created_at": "2023-09-20T00:42:42.261221+00:00",
"created_by": "Jack Corrigan",
"created_by_type": "User"
},
"description": "Scenera Demo",
"display_name": "scenera-production-job",
"environment": "azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu@latest",
"environment_variables": {},
"experiment_name": "Scenera",
"id": "azureml:/subscriptions/4956d76e-866c-44cb-ae27-659157d2b925/resourceGroups/scenera-demo/providers/Microsoft.MachineLearningServices/workspaces/scenera-demo-ml/jobs/jolly_ring_1x3vb8s9fp",
"inputs": {
"reg_rate": "0.01",
"training_data": {
"mode": "ro_mount",
"path": "azureml://datastores/workspaceblobstore/paths/LocalUpload/ff469ba855467299203a8f860ea1bd33/data/",
"type": "uri_folder"
}
},
"name": "jolly_ring_1x3vb8s9fp",
"outputs": {
"default": {
"mode": "rw_mount",
"path": "azureml://datastores/workspaceartifactstore/ExperimentRun/dcid.jolly_ring_1x3vb8s9fp",
"type": "uri_folder"
}
},
"parameters": {},
"properties": {
"ContentSnapshotId": "cb2f63a1-d51c-4e64-af0a-178624c76eca",
"_azureml.ComputeTargetType": "amlctrain",
"azureml.git.dirty": "False",
"mlflow.source.git.branch": "dev",
"mlflow.source.git.commit": "840e8be205b037363c67b36d53f64d7e5b430e7b",
"mlflow.source.git.repoURL": "[email protected]:balarajems/scenera-mlops.git"
},
"resourceGroup": "scenera-demo",
"resources": {
"instance_count": 1,
"properties": {},
"shm_size": "2g"
},
"services": {
"Studio": {
"endpoint": "https://ml.azure.com/runs/jolly_ring_1x3vb8s9fp?wsid=/subscriptions/4956d76e-866c-44cb-ae27-659157d2b925/resourcegroups/scenera-demo/workspaces/scenera-demo-ml&tid=16b3c013-d300-468d-ac64-7eda0820b6d3",
"type": "Studio"
},
"Tracking": {
"endpoint": "azureml://eastus.api.azureml.ms/mlflow/v1.0/subscriptions/4956d76e-866c-44cb-ae27-659157d2b925/resourceGroups/scenera-demo/providers/Microsoft.MachineLearningServices/workspaces/scenera-demo-ml?",
"type": "Tracking"
}
},
"status": "Starting",
"tags": {},
"type": "command"
}