Skip to content

Commit

Permalink
update azureml job examples (Azure#14487)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-so authored May 20, 2021
1 parent 4186031 commit a88a69f
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"distributionType": "PyTorch",
"processCount": 2
},
"environmentVariables": {
"MY_ENV_VAR1": "string",
"MY_ENV_VAR2": "string"
},
"description": "string",
"tags": {
"additionalProp1": "string",
Expand Down Expand Up @@ -86,6 +90,10 @@
"distributionType": "PyTorch",
"processCount": 2
},
"environmentVariables": {
"MY_ENV_VAR1": "string",
"MY_ENV_VAR2": "string"
},
"description": "string",
"tags": {
"additionalProp1": "string",
Expand Down Expand Up @@ -143,6 +151,10 @@
"distributionType": "PyTorch",
"processCount": 2
},
"environmentVariables": {
"MY_ENV_VAR1": "string",
"MY_ENV_VAR2": "string"
},
"description": "string",
"tags": {
"additionalProp1": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
"distributionType": "PyTorch",
"processCount": 2
},
"environmentVariables": {
"MY_ENV_VAR1": "string",
"MY_ENV_VAR2": "string"
},
"description": "string",
"tags": {
"additionalProp1": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
"distributionType": "PyTorch",
"processCount": 2
},
"environmentVariables": {
"MY_ENV_VAR1": "string",
"MY_ENV_VAR2": "string"
},
"description": "string",
"tags": {
"additionalProp1": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
"distribution": {
"distributionType": "PyTorch",
"processCount": 2
},
"environmentVariables": {
"MY_ENV_VAR1": "string",
"MY_ENV_VAR2": "string"
}
},
"tags": {
Expand Down Expand Up @@ -109,6 +113,10 @@
"distribution": {
"distributionType": "PyTorch",
"processCount": 2
},
"environmentVariables": {
"MY_ENV_VAR1": "string",
"MY_ENV_VAR2": "string"
}
},
"tags": {
Expand Down Expand Up @@ -178,6 +186,10 @@
"distribution": {
"distributionType": "PyTorch",
"processCount": 2
},
"environmentVariables": {
"MY_ENV_VAR1": "string",
"MY_ENV_VAR2": "string"
}
},
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
"distribution": {
"distributionType": "PyTorch",
"processCount": 2
},
"environmentVariables": {
"MY_ENV_VAR1": "string",
"MY_ENV_VAR2": "string"
}
},
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
"distribution": {
"distributionType": "PyTorch",
"processCount": 2
},
"environmentVariables": {
"MY_ENV_VAR1": "string",
"MY_ENV_VAR2": "string"
}
},
"tags": {
Expand Down

0 comments on commit a88a69f

Please sign in to comment.