Azure / Azure/MachineLearningNotebooks

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

Abierto
#1,540 1 comentario 0 reacciones 0 asignados Ver en GitHub
ADO doc-enhancement MLOps
Lenguaje dominante
Jupyter Notebook
Estrellas
4.4k
Forks
2.6k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.