tfds.download.ExtractMethod
Stay organized with collections
Save and categorize content based on your preferences.
The extraction method to use to pre-process a downloaded file.
Class Variables |
BZIP2
|
<ExtractMethod.BZIP2: 6>
|
GZIP
|
<ExtractMethod.GZIP: 4>
|
NO_EXTRACT
|
<ExtractMethod.NO_EXTRACT: 1>
|
TAR
|
<ExtractMethod.TAR: 2>
|
TAR_GZ
|
<ExtractMethod.TAR_GZ: 3>
|
TAR_GZ_STREAM
|
<ExtractMethod.TAR_GZ_STREAM: 8>
|
TAR_STREAM
|
<ExtractMethod.TAR_STREAM: 7>
|
ZIP
|
<ExtractMethod.ZIP: 5>
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.
[null,null,["Last updated 2024-04-26 UTC."],[],[],null,["# tfds.download.ExtractMethod\n\n\u003cbr /\u003e\n\n|-----------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/datasets/blob/v4.9.3/tensorflow_datasets/core/download/resource.py#L45-L55) |\n\nThe extraction method to use to pre-process a downloaded file.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Class Variables --------------- ||\n|---------------|------------------------------------|\n| BZIP2 | `\u003cExtractMethod.BZIP2: 6\u003e` |\n| GZIP | `\u003cExtractMethod.GZIP: 4\u003e` |\n| NO_EXTRACT | `\u003cExtractMethod.NO_EXTRACT: 1\u003e` |\n| TAR | `\u003cExtractMethod.TAR: 2\u003e` |\n| TAR_GZ | `\u003cExtractMethod.TAR_GZ: 3\u003e` |\n| TAR_GZ_STREAM | `\u003cExtractMethod.TAR_GZ_STREAM: 8\u003e` |\n| TAR_STREAM | `\u003cExtractMethod.TAR_STREAM: 7\u003e` |\n| ZIP | `\u003cExtractMethod.ZIP: 5\u003e` |\n\n\u003cbr /\u003e"]]