aistore.sdk.batch.extractor.extractor_manager
aistore.sdk.batch.extractor.extractor_manager
Module Contents
Classes
API
Manager class to handle getting proper batch archive stream extractor given an output format. Uses singleton pattern to reuse extractor instances.
_format_map
_initialized
_instance
Get the default singleton instance of ExtractorManager.
Returns:
The default singleton instance
Returns the matching ArchiveStreamExtractor child for a given output format.
Parameters:
output_format
Output format to extract
Returns: ArchiveStreamExtractor
Extractor which supports extraction of output format