Skip to content

Commit 6a1de4c

Browse files
authored
Merge pull request #239458 from santiagxf/santiagxf/azureml-batch-rest
Santiagxf/azureml batch rest
2 parents 8a170f8 + e070c9e commit 6a1de4c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

articles/machine-learning/how-to-use-batch-endpoints.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,7 @@ job = ml_client.batch_endpoints.invoke(
162162
Batch endpoints support reading files or folders from different locations. To learn more about the supported types and how to specify them read [Accessing data from batch endpoints jobs](how-to-access-data-batch-endpoints-jobs.md).
163163

164164
> [!TIP]
165-
> Local data folders/files can be used when executing batch endpoints from the Azure Machine Learning CLI or Azure Machine Learning SDK for Python. However, that operation will result in the local data to be uploaded to the default Azure Machine Learning Data Store of the workspace you are working on.
166-
167-
> [!IMPORTANT]
168-
> __Deprecation notice__: Datasets of type `FileDataset` (V1) are deprecated and will be retired in the future. Existing batch endpoints relying on this functionality will continue to work but batch endpoints created with GA CLIv2 (2.4.0 and newer) or GA REST API (2022-05-01 and newer) will not support V1 dataset.
169-
165+
> **Using the REST API:** Batch endpoints provide an open and durable API to invoke the endpoints and create jobs. See [Create jobs and input data for batch endpoints (REST)](how-to-access-data-batch-endpoints-jobs.md?tabs=rest) to learn how to use it.
170166
171167
## Accessing outputs from batch jobs
172168

@@ -206,6 +202,8 @@ Batch endpoints can handle multiple deployments under the same endpoint, allowin
206202

207203
You can add, remove, and update deployments without affecting the endpoint itself.
208204

205+
:::image type="content" source="./media/concept-endpoints/batch-endpoint-mlops.gif" alt-text="Diagram describing how multiple deployments can be used under the same endpoint.":::
206+
209207
### Add non-default deployments
210208

211209
To add a new deployment to an existing endpoint, use the code:
1.69 MB
Loading

0 commit comments

Comments
 (0)