update samples from Release-240 as a part of 1.57.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2024-08-05 21:57:46 +00:00
parent 2352e458c7
commit aae88e87ea
45 changed files with 113 additions and 2685 deletions

View File

@@ -102,7 +102,7 @@
"source": [
"import azureml.core\n",
"\n",
"print(\"This notebook was created using version 1.56.0 of the Azure ML SDK\")\n",
"print(\"This notebook was created using version 1.57.0 of the Azure ML SDK\")\n",
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
]
},