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

This commit is contained in:
amlrelsa-ms
2022-05-04 23:01:56 +00:00
parent 5928ba83bb
commit b0aa91acce
19 changed files with 30 additions and 1 deletions

View File

@@ -89,6 +89,7 @@
"output[\"Resource Group\"] = ws.resource_group\n",
"output[\"Location\"] = ws.location\n",
"output[\"Run History Name\"] = experiment_name\n",
"output[\"SDK Version\"] = azureml.core.VERSION\n",
"pd.set_option(\"display.max_colwidth\", None)\n",
"outputDf = pd.DataFrame(data=output, index=[\"\"])\n",
"outputDf.T"