Azure / Azure/MachineLearningNotebooks

models parameter is not documented/add more info on models parameter

Ouverte
#1,540 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
ADO doc-enhancement MLOps
Langage dominant
Jupyter Notebook
Étoiles
4.4k
Forks
2.6k
Métriques de merge des PR
Aucune PR mergée en 30 j

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**

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.