update samples from Release-60 as a part of SDK release

This commit is contained in:
amlrelsa-ms
2020-08-04 06:12:06 +00:00
parent 0ab8b141ee
commit 5b684070e1
62 changed files with 278 additions and 16066 deletions

View File

@@ -92,7 +92,7 @@
"metadata": {},
"outputs": [],
"source": [
"print(\"This notebook was created using version 1.10.0 of the Azure ML SDK\")\n",
"print(\"This notebook was created using version 1.11.0 of the Azure ML SDK\")\n",
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
]
},
@@ -233,7 +233,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Call the `submit` method on the experiment object and pass the run configuration. Execution of remote runs is asynchronous. Depending on the data and the number of iterations this can run for a while."
"Call the `submit` method on the experiment object and pass the run configuration. Execution of remote runs is asynchronous. Depending on the data and the number of iterations this can run for a while. Validation errors and current status will be shown when setting `show_output=True` and the execution will be synchronous."
]
},
{