Skip to content

Commit a84ce57

Browse files
authored
Clarify environment requirement for BYOC
1 parent 37b7a9b commit a84ce57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-yaml-deployment-managed-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
3131
| `tags` | object | Dictionary of tags for the deployment. | | |
3232
| `endpoint_name` | string | **Required.** Name of the endpoint to create the deployment under. | | |
3333
| `model` | string or object | The model to use for the deployment. This value can be either a reference to an existing versioned model in the workspace or an inline model specification. <br><br> To reference an existing model, use the `azureml:<model-name>:<model-version>` syntax. <br><br> To define a model inline, follow the [Model schema](reference-yaml-model.md#yaml-syntax). <br><br> As a best practice for production scenarios, you should create the model separately and reference it here. <br><br> This field is optional for [custom container deployment](how-to-deploy-custom-container.md) scenarios.| | |
34-
| `model_mount_path` | string | The path to mount the model in a custom container. Applicable only for [custom container deployment](how-to-deploy-custom-container.md) scenarios. If the `model` field is specified, it's mounted on this path in the container. | | |
34+
| `model_mount_path` | string | The path to mount the model in a custom container. Applicable only for [custom container deployment](how-to-deploy-custom-container.md) scenarios, where environment has `inference_config` configured. If the `model` field is specified, it's mounted on this path in the container. | | |
3535
| `code_configuration` | object | Configuration for the scoring code logic. <br><br> This field is optional for [custom container deployment](how-to-deploy-custom-container.md) scenarios. | | |
3636
| `code_configuration.code` | string | Local path to the source code directory for scoring the model. | | |
3737
| `code_configuration.scoring_script` | string | Relative path to the scoring file in the source code directory. | | |

0 commit comments

Comments
 (0)