ModelConfiguration Classe
Notes
Il s’agit d’une classe expérimentale qui peut changer à tout moment. Pour plus d’informations, consultez https://aka.ms/azuremlexperimental.
ModelConfiguration.
- Héritage
-
builtins.objectModelConfiguration
Constructeur
ModelConfiguration(*, mode: str = None, mount_path: str = None)
Paramètres
Exemples
Création d’un objet Model Configuration.
from azure.ai.ml.entities._assets._artifacts._package.model_configuration import ModelConfiguration
modelConfiguration = ModelConfiguration(mode="model-mode", mount_path="model-mount-path")
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python