snowflake.snowpark_checkpoints_configuration.io_utils.IOFileManager¶
- class snowflake.snowpark_checkpoints_configuration.io_utils.IOFileManager(*args, **kwargs)¶
Bases:
object
Methods
- file_exists(path: str) bool ¶
- getcwd() str ¶
- read(file_path: str, mode: str = 'r', encoding: str | None = None) str ¶
- set_strategy(strategy: EnvStrategy)¶
Set the strategy for file and directory operations.
- Parameters:
strategy (EnvStrategy) – The strategy to use for file and directory operations.