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'
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python