Skip to content

Commit c03aa6e

Browse files
authored
Update how-to-deploy-and-where.md
1 parent 71206fe commit c03aa6e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/machine-learning/service/how-to-deploy-and-where.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,17 @@ The following table provides an example of creating a deployment configuration f
238238

239239
The following sections demonstrate how to create the deployment configuration, and then use it to deploy the web service.
240240

241+
### Optional: Profile your model
242+
Prior to deploying your model as a service, you may want to profile it to determine optimal CPU and memory requirements.
243+
You can do this via the SDK or CLI.
244+
245+
For more information, you can check out our SDK documentation here:
246+
https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.model.model?view=azure-ml-py#profile-workspace--profile-name--models--inference-config--input-data-
247+
248+
Model profiling results are emitted as a Run object.
249+
Specifics on the Model Profile schema can be found here:
250+
https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.profile.modelprofile?view=azure-ml-py
251+
241252
## Deploy to target
242253

243254
### <a id="local"></a> Local deployment

0 commit comments

Comments
 (0)