diff --git a/articles/machine-learning/reference-yaml-deployment-batch.md b/articles/machine-learning/reference-yaml-deployment-batch.md index 35eb514d26c..a8798ed3b92 100644 --- a/articles/machine-learning/reference-yaml-deployment-batch.md +++ b/articles/machine-learning/reference-yaml-deployment-batch.md @@ -33,7 +33,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late | `description` | string | Description of the deployment. | | | | `tags` | object | Dictionary of tags for the deployment. | | | | `endpoint_name` | string | **Required.** Name of the endpoint to create the deployment under. | | | -| `type` | string | **Required.** Type of the bath deployment. Use `model` for [model deployments](concept-endpoints-batch.md#model-deployment) and `pipeline` for [pipeline component deployments](concept-endpoints-batch.md#pipeline-component-deployment).

**New in version 1.7**. | `model`, `pipeline` | `model` | +| `type` | string | Type of the batch deployment. Use `model` for [model deployments](concept-endpoints-batch.md#model-deployment) and `pipeline` for [pipeline component deployments](concept-endpoints-batch.md#pipeline-component-deployment). If not specified, defaults to classic batch deployment

**New in version 1.7**. | `model`, `pipeline` | | | `settings` | object | Configuration of the deployment. See specific YAML reference for model and pipeline component for allowed values.

**New in version 1.7**. | | | > [!TIP]