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.object
ModelType

Constructor

ModelType()

Attributes

CUSTOM

Custom model type.

CUSTOM = 'CustomModel'

MLFLOW

MLFlow model type.

MLFLOW = 'MLFlowModel'

TRITON

Triton model type.

TRITON = 'TritonModel'