Framework Class
Represents constants for supported framework types.
Framework constants simplify deployment for some popular frameworks. Use the framework constants in the Model class when registering or searching for models.
Constructor
Framework()
Attributes
CUSTOM
CUSTOM = 'Custom'
MULTI
MULTI = 'Multi'
ONNX
ONNX = 'Onnx'
PYTORCH
PYTORCH = 'PyTorch'
SCIKITLEARN
SCIKITLEARN = 'ScikitLearn'
TENSORFLOW
TENSORFLOW = 'TensorFlow'
TFKERAS
TFKERAS = 'TfKeras'