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
For an endpoint that serves a model deployment, you can use the `--input` argument to specify the data input, since a model deployment always requires only one data input.
@@ -387,7 +387,7 @@ Data from Azure Machine Learning registered data stores can be directly referenc
387
387
388
388
```azurecli
389
389
az ml batch-endpoint invoke --name $ENDPOINT_NAME \
For an endpoint that serves a model deployment, you can use the `--input` argument to specify the data input, since a model deployment always requires only one data input.
@@ -532,7 +532,7 @@ Azure Machine Learning batch endpoints can read data from cloud locations in Azu
532
532
533
533
```azurecli
534
534
az ml batch-endpoint invoke --name $ENDPOINT_NAME \
For an endpoint that serves a model deployment, you can use the `--input` argument to specify the data input, since a model deployment always requires only one data input.
@@ -621,7 +621,7 @@ You can also use the argument `--set` to specify the value. However, it tends to
621
621
622
622
```azurecli
623
623
az ml batch-endpoint invoke --name $ENDPOINT_NAME \
0 commit comments