class documentation

class FSType(Enum):

View In Hierarchy

Filesystem backend type.

Constant FSSPEC fsspec-compatible filesystem.
Constant MLFLOW MLflow artifact storage.
FSSPEC: str =

fsspec-compatible filesystem.

Value
'fsspec'
MLFLOW: str =

MLflow artifact storage.

Value
'mlflow'