Skip to content

Commit 033fee8

Browse files
authored
Merge pull request #497 from PratibhaShrivastav18/shrivastavp/correct_batch_deployment_doc
Correct CLI v2 batch deployment documentation [type not required field]
2 parents fec263f + 30a18dd commit 033fee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-yaml-deployment-batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
3333
| `description` | string | Description of the deployment. | | |
3434
| `tags` | object | Dictionary of tags for the deployment. | | |
3535
| `endpoint_name` | string | **Required.** Name of the endpoint to create the deployment under. | | |
36-
| `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). <br><br>**New in version 1.7**. | `model`, `pipeline` | `model` |
36+
| `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 <br><br>**New in version 1.7**. | `model`, `pipeline` | |
3737
| `settings` | object | Configuration of the deployment. See specific YAML reference for model and pipeline component for allowed values. <br><br>**New in version 1.7**. | | |
3838

3939
> [!TIP]

0 commit comments

Comments
 (0)