Azure / Azure/MachineLearningNotebooks
models parameter is not documented/add more info on models parameter
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
[Enter feedback here]
models take an array of models and links/example on how to create this model using MLFlow or other means
e.g. below is an example of how to create an azure model to be used in Model.deploy
model_image, azure_model = mlflow.azureml.build_image(model_uri=model_uri,
workspace=workspace,
model_name=model_name,
image_name=image_name,
description="some example description",
synchronous=True)
service = Model.deploy(workspace=workspace,
name=prod_webservice_name,
models=[azure_model],
inference_config=inference_config,
deployment_config=prod_webservice_deployment_config,
deployment_target = aks_target,
overwrite=True)
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: f3e0f3c7-6241-c84e-e655-03e5c3ed4780
* Version Independent ID: 6e6bb0d2-2ab8-651a-190d-90c198eca17c
* Content: [azureml.core.model.InferenceConfig class - Azure Machine Learning Python](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.model.inferenceconfig?view=azure-ml-py)
* Content Source: [AzureML-Docset/stable/docs-ref-autogen/azureml-core/azureml.core.model.InferenceConfig.yml](https://github.com/MicrosoftDocs/MachineLearning-Python-pr/blob/live/AzureML-Docset/stable/docs-ref-autogen/azureml-core/azureml.core.model.InferenceConfig.yml)
* Service: **machine-learning**
* Sub-service: **core**
* GitHub Login: @DebFro
* Microsoft Alias: **debfro**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.