ModelType Class
ModelType is an enumeration of values for the model types.
Model types are used to identify the type of a model when it is created using the API. Model types can be 'CustomModel', 'MLFlowModel' or 'TritonModel'.
- Inheritance
-
builtins.objectModelType
Constructor
ModelType()
Attributes
CUSTOM
Custom model type.
CUSTOM = 'CustomModel'
MLFLOW
MLFlow model type.
MLFLOW = 'MLFlowModel'
TRITON
Triton model type.
TRITON = 'TritonModel'
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python