Skip to content

Commit c36c9b1

Browse files
committed
Writing
1 parent 5b99f96 commit c36c9b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/machine-learning/how-to-run-batch-predictions-designer.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,15 @@ To make a REST call, you will need an OAuth 2.0 bearer-type authentication heade
124124

125125
## Versioning endpoints
126126

127-
The designer assigns a version to each pipeline that you publish to an endpoint. You can specify the pipeline version that you want to execute as a parameter in your REST endpoint call.
127+
The designer assigns a version to each pipeline that you publish to an endpoint. You can specify the pipeline version that you want to execute as a parameter in your REST endpoint call. If you don't specify a version number, the default pipeline will execute.
128128

129129
When you publish a pipeline, you can choose to make it the new default pipeline for that endpoint.
130130

131131
![Set default pipeline](./media/how-to-run-batch-predictions-designer/set-default-pipeline.png)
132132

133-
You can also set a new default pipeline in the Endpoints section.
133+
You can also set a new default pipeline in the **Published pipelines** tab of your endpoint.
134+
135+
![Set default pipeline](./media/how-to-run-batch-predictions-designer/set-new-default-pipeline.png)
134136

135137
## Next steps
136138

0 commit comments

Comments
 (0)