Skip to content

Commit ac3c446

Browse files
committed
batch endpoint jobs - mltable note
1 parent 1ffd083 commit ac3c446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-access-data-batch-endpoints-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ The following examples show how to create jobs while taking data inputs from [da
341341
Azure Machine Learning data assets (formerly known as datasets) are supported as inputs for jobs. Follow these steps to run a batch endpoint job that uses input data that's stored in a registered data asset in Azure Machine Learning.
342342

343343
> [!WARNING]
344-
> Data assets of type table (`MLTable`) aren't currently supported.
344+
> Data assets of type table (MLTable) aren't currently supported for model deployments. MLTable is supported for pipeline component deployments.
345345
346346
1. Create the data asset. In this example, it consists of a folder that contains multiple CSV files. You use batch endpoints to process the files in parallel. You can skip this step if your data is already registered as a data asset.
347347

0 commit comments

Comments
 (0)