update samples from Release-82 as a part of SDK release
This commit is contained in:
@@ -414,7 +414,7 @@
|
||||
"from azureml.pipeline.core import Pipeline\n",
|
||||
"\n",
|
||||
"pipeline = Pipeline(workspace=ws, steps=[batch_score_step])\n",
|
||||
"pipeline_run = Experiment(ws, \"batch_scoring\").submit(pipeline)"
|
||||
"pipeline_run = Experiment(ws, \"Tutorial-Batch-Scoring\").submit(pipeline)"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -544,7 +544,7 @@
|
||||
"rest_endpoint = published_pipeline.endpoint\n",
|
||||
"response = requests.post(rest_endpoint, \n",
|
||||
" headers=auth_header, \n",
|
||||
" json={\"ExperimentName\": \"batch_scoring\",\n",
|
||||
" json={\"ExperimentName\": \"Tutorial-Batch-Scoring\",\n",
|
||||
" \"ParameterAssignments\": {\"process_count_per_node\": 6}})"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user