MLTableSaveOverwriteOption Enum

Defines options for how to handle file conflicts in MLTable.save(). EIther raise an error if a conflict occurs, overwrite the existing file with the new file, or leave the existing file as is.

Inheritance
MLTableSaveOverwriteOption

Constructor

MLTableSaveOverwriteOption(value)

Fields

FAIL_ON_CONFLICT
OVERWRITE
SKIP