You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -319,15 +319,15 @@ Data inputs refer to inputs that point to a location where data is placed. Becau
319
319
Batch endpoints can read files that are located in the following types of storage:
320
320
321
321
-[Machine Learning data assets](#use-input-data-from-a-data-asset), including the folder (`uri_folder`) and file (`uri_file`) types.
322
-
-[Machine Learning data stores](#use-input-data-from-a-data-stores), including Azure Blob Storage, Azure Data Lake Storage Gen1, and Azure Data Lake Storage Gen2.
322
+
-[Machine Learning data stores](#use-input-data-from-a-data-store), including Azure Blob Storage, Azure Data Lake Storage Gen1, and Azure Data Lake Storage Gen2.
323
323
-[Azure Storage accounts](#use-input-data-from-a-storage-account), including Blob Storage, Data Lake Storage Gen1, and Data Lake Storage Gen2.
324
324
- Local data folders and files, when you use the Machine Learning CLI or the Machine Learning SDK for Python to invoke endpoints. But the local data gets uploaded to the default data store of your Machine Learning workspace.
325
325
326
326
> [!IMPORTANT]
327
-
> **Deprecation notice**: Data assets of type `FileDataset` (V1) are deprecated and will be retired in the future. Existing batch endpoints that rely on this functionality will continue to work. But there's no support for V1 datasets in batch endpoints that are created with versions of:
327
+
> **Deprecation notice**: Data assets of type `FileDataset` (V1) are deprecated and will be retired in the future. Existing batch endpoints that rely on this functionality will continue to work. But there's no support for V1 datasets in batch endpoints that are created with:
328
328
>
329
-
> -The Machine Learning CLI v2 that are generally available (2.4.0 and newer).
330
-
> -The REST API that are generally available (2022-05-01 and newer).
329
+
> -Versions of the Machine Learning CLI v2 that are generally available (2.4.0 and newer).
330
+
> -Versions of the REST API that are generally available (2022-05-01 and newer).
331
331
332
332
### Explore literal inputs
333
333
@@ -362,20 +362,20 @@ Machine Learning data assets (formerly known as datasets) are supported as input
362
362
363
363
# [Azure CLI](#tab/cli)
364
364
365
-
1. Create a data asset definition in a YAML file named heart-data-asset-unlabeled.yml:
365
+
1. Create a data asset definition in a YAML file named heart-data.yml:
For an endpoint that serves a model deployment, you can use the `--input` argument to specify the data input, because a model deployment always requires only one data input.
@@ -466,9 +466,9 @@ Machine Learning data assets (formerly known as datasets) are supported as input
For an endpoint that serves a model deployment, you can use the `--input` argument to specify the data input, because a model deployment always requires only one data input.
@@ -615,7 +615,7 @@ This example uses the default data store, but you can use a different data store
For an endpoint that serves a model deployment, you can use the `--input` argument to specify the data input, because a model deployment always requires only one data input.
@@ -770,7 +770,7 @@ For more information about extra required configurations for reading data from s
The following example shows how to change the location of an output named `score`. For completeness, these examples also configure an input named `heart_data_asset_unlabeled`.
906
+
The following example shows how to change the location of an output named `score`. For completeness, the example also configures an input named `heart_data`.
907
907
908
908
This example uses the default data store, **workspaceblobstore**. But you can use any other data store in your workspace as long as it's a Blob Storage account. If you want to use a different data store, replace `workspaceblobstore` in the following steps with the name of your preferred data store.
909
909
@@ -945,7 +945,7 @@ This example uses the default data store, **workspaceblobstore**. But you can us
0 commit comments