![]() |
Filesystem that delegates to tensorflow.io.gfile
.
Inherits From: Filesystem
Methods
copy
@staticmethod
copy( src:
tfx.dsl.io.fileio.PathType
, dst:tfx.dsl.io.fileio.PathType
, overwrite: bool = False ) -> None
exists
@staticmethod
exists( path:
tfx.dsl.io.fileio.PathType
) -> bool
glob
@staticmethod
glob( pattern:
tfx.dsl.io.fileio.PathType
) -> List[tfx.dsl.io.fileio.PathType
]
isdir
@staticmethod
isdir( path:
tfx.dsl.io.fileio.PathType
) -> bool
listdir
@staticmethod
listdir( path:
tfx.dsl.io.fileio.PathType
) -> List[tfx.dsl.io.fileio.PathType
]
makedirs
@staticmethod
makedirs( path:
tfx.dsl.io.fileio.PathType
) -> None
mkdir
@staticmethod
mkdir( path:
tfx.dsl.io.fileio.PathType
) -> None
open
@staticmethod
open( name:
tfx.dsl.io.fileio.PathType
, mode: Text = 'r' ) -> Any
remove
@staticmethod
remove( path:
tfx.dsl.io.fileio.PathType
) -> None
rename
@staticmethod
rename( src:
tfx.dsl.io.fileio.PathType
, dst:tfx.dsl.io.fileio.PathType
, overwrite: bool = False ) -> None
rmtree
@staticmethod
rmtree( path:
tfx.dsl.io.fileio.PathType
) -> None
stat
@staticmethod
stat( path:
tfx.dsl.io.fileio.PathType
) -> Any
walk
@staticmethod
walk( top:
tfx.dsl.io.fileio.PathType
, topdown: bool = True, onerror: Callable[..., None] = None ) -> Iterable[Tuple[PathType, List[PathType], List[PathType]]]
Class Variables | |
---|---|
SUPPORTED_SCHEMES |