File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
articles/machine-learning/service Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,17 @@ The following table provides an example of creating a deployment configuration f
238
238
239
239
The following sections demonstrate how to create the deployment configuration, and then use it to deploy the web service.
240
240
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
+
241
252
# # Deploy to target
242
253
243
254
# ## <a id="local"></a> Local deployment
You can’t perform that action at this time.
0 commit comments