Skip to content

Commit c51992b

Browse files
author
Alex-Fabbri
committed
Merge branch 'master' of https://github.com/tensorflow/datasets into opinosis
2 parents 65fc442 + df2dfbf commit c51992b

File tree

785 files changed

+94954
-1133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

785 files changed

+94954
-1133
lines changed

docs/_project.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/api_docs/python/tfds/_api_cache.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,25 @@
88
"tfds.core.BeamBasedBuilder.BUILDER_CONFIGS": "tfds.core.DatasetBuilder.BUILDER_CONFIGS",
99
"tfds.core.BeamBasedBuilder.SUPPORTED_VERSIONS": "tfds.core.DatasetBuilder.SUPPORTED_VERSIONS",
1010
"tfds.core.BeamBasedBuilder.builder_config": "tfds.core.DatasetBuilder.builder_config",
11+
"tfds.core.BeamBasedBuilder.canonical_version": "tfds.core.DatasetBuilder.canonical_version",
1112
"tfds.core.BeamBasedBuilder.data_dir": "tfds.core.DatasetBuilder.data_dir",
1213
"tfds.core.BeamBasedBuilder.info": "tfds.core.DatasetBuilder.info",
14+
"tfds.core.BeamBasedBuilder.supported_versions": "tfds.core.DatasetBuilder.supported_versions",
1315
"tfds.core.BeamBasedBuilder.version": "tfds.core.DatasetBuilder.version",
16+
"tfds.core.BeamBasedBuilder.versions": "tfds.core.DatasetBuilder.versions",
1417
"tfds.core.BuilderConfig.__new__": "tfds.core.BeamBasedBuilder.__new__",
1518
"tfds.core.DatasetBuilder.__new__": "tfds.core.BeamBasedBuilder.__new__",
1619
"tfds.core.DatasetInfo.__new__": "tfds.core.BeamBasedBuilder.__new__",
1720
"tfds.core.GeneratorBasedBuilder.BUILDER_CONFIGS": "tfds.core.DatasetBuilder.BUILDER_CONFIGS",
1821
"tfds.core.GeneratorBasedBuilder.SUPPORTED_VERSIONS": "tfds.core.DatasetBuilder.SUPPORTED_VERSIONS",
1922
"tfds.core.GeneratorBasedBuilder.__new__": "tfds.core.BeamBasedBuilder.__new__",
2023
"tfds.core.GeneratorBasedBuilder.builder_config": "tfds.core.DatasetBuilder.builder_config",
24+
"tfds.core.GeneratorBasedBuilder.canonical_version": "tfds.core.DatasetBuilder.canonical_version",
2125
"tfds.core.GeneratorBasedBuilder.data_dir": "tfds.core.DatasetBuilder.data_dir",
2226
"tfds.core.GeneratorBasedBuilder.info": "tfds.core.DatasetBuilder.info",
27+
"tfds.core.GeneratorBasedBuilder.supported_versions": "tfds.core.DatasetBuilder.supported_versions",
2328
"tfds.core.GeneratorBasedBuilder.version": "tfds.core.DatasetBuilder.version",
29+
"tfds.core.GeneratorBasedBuilder.versions": "tfds.core.DatasetBuilder.versions",
2430
"tfds.core.Metadata.__contains__": "tfds.core.BeamMetadataDict.__contains__",
2531
"tfds.core.Metadata.__eq__": "tfds.core.BeamMetadataDict.__eq__",
2632
"tfds.core.Metadata.__ge__": "tfds.core.BeamMetadataDict.__ge__",
@@ -164,16 +170,22 @@
164170
"tfds.testing.DummyDatasetSharedGenerator.BUILDER_CONFIGS": "tfds.core.DatasetBuilder.BUILDER_CONFIGS",
165171
"tfds.testing.DummyDatasetSharedGenerator.__new__": "tfds.core.BeamBasedBuilder.__new__",
166172
"tfds.testing.DummyDatasetSharedGenerator.builder_config": "tfds.core.DatasetBuilder.builder_config",
173+
"tfds.testing.DummyDatasetSharedGenerator.canonical_version": "tfds.core.DatasetBuilder.canonical_version",
167174
"tfds.testing.DummyDatasetSharedGenerator.data_dir": "tfds.core.DatasetBuilder.data_dir",
168175
"tfds.testing.DummyDatasetSharedGenerator.info": "tfds.core.DatasetBuilder.info",
176+
"tfds.testing.DummyDatasetSharedGenerator.supported_versions": "tfds.core.DatasetBuilder.supported_versions",
169177
"tfds.testing.DummyDatasetSharedGenerator.version": "tfds.core.DatasetBuilder.version",
178+
"tfds.testing.DummyDatasetSharedGenerator.versions": "tfds.core.DatasetBuilder.versions",
170179
"tfds.testing.DummyMnist.BUILDER_CONFIGS": "tfds.core.DatasetBuilder.BUILDER_CONFIGS",
171180
"tfds.testing.DummyMnist.SUPPORTED_VERSIONS": "tfds.core.DatasetBuilder.SUPPORTED_VERSIONS",
172181
"tfds.testing.DummyMnist.__new__": "tfds.core.BeamBasedBuilder.__new__",
173182
"tfds.testing.DummyMnist.builder_config": "tfds.core.DatasetBuilder.builder_config",
183+
"tfds.testing.DummyMnist.canonical_version": "tfds.core.DatasetBuilder.canonical_version",
174184
"tfds.testing.DummyMnist.data_dir": "tfds.core.DatasetBuilder.data_dir",
175185
"tfds.testing.DummyMnist.info": "tfds.core.DatasetBuilder.info",
186+
"tfds.testing.DummyMnist.supported_versions": "tfds.core.DatasetBuilder.supported_versions",
176187
"tfds.testing.DummyMnist.version": "tfds.core.DatasetBuilder.version",
188+
"tfds.testing.DummyMnist.versions": "tfds.core.DatasetBuilder.versions",
177189
"tfds.testing.FeatureExpectationItem.__new__": "tfds.core.BeamBasedBuilder.__new__",
178190
"tfds.testing.FeatureExpectationsTestCase.__new__": "tfds.core.BeamBasedBuilder.__new__",
179191
"tfds.testing.FeatureExpectationsTestCase.failureException": "tfds.testing.DatasetBuilderTestCase.failureException",
@@ -220,18 +232,22 @@
220232
"tfds.core": false,
221233
"tfds.core.BeamBasedBuilder": false,
222234
"tfds.core.BeamBasedBuilder.BUILDER_CONFIGS": true,
235+
"tfds.core.BeamBasedBuilder.MANUAL_DOWNLOAD_INSTRUCTIONS": true,
223236
"tfds.core.BeamBasedBuilder.SUPPORTED_VERSIONS": true,
224237
"tfds.core.BeamBasedBuilder.VERSION": true,
225238
"tfds.core.BeamBasedBuilder.__init__": true,
226239
"tfds.core.BeamBasedBuilder.__new__": true,
227240
"tfds.core.BeamBasedBuilder.as_dataset": true,
228241
"tfds.core.BeamBasedBuilder.builder_config": true,
229242
"tfds.core.BeamBasedBuilder.builder_configs": true,
243+
"tfds.core.BeamBasedBuilder.canonical_version": true,
230244
"tfds.core.BeamBasedBuilder.data_dir": true,
231245
"tfds.core.BeamBasedBuilder.download_and_prepare": true,
232246
"tfds.core.BeamBasedBuilder.info": true,
233247
"tfds.core.BeamBasedBuilder.name": true,
248+
"tfds.core.BeamBasedBuilder.supported_versions": true,
234249
"tfds.core.BeamBasedBuilder.version": true,
250+
"tfds.core.BeamBasedBuilder.versions": true,
235251
"tfds.core.BeamMetadataDict": false,
236252
"tfds.core.BeamMetadataDict.__contains__": true,
237253
"tfds.core.BeamMetadataDict.__eq__": true,
@@ -274,18 +290,22 @@
274290
"tfds.core.BuilderConfig.version": true,
275291
"tfds.core.DatasetBuilder": false,
276292
"tfds.core.DatasetBuilder.BUILDER_CONFIGS": true,
293+
"tfds.core.DatasetBuilder.MANUAL_DOWNLOAD_INSTRUCTIONS": true,
277294
"tfds.core.DatasetBuilder.SUPPORTED_VERSIONS": true,
278295
"tfds.core.DatasetBuilder.VERSION": true,
279296
"tfds.core.DatasetBuilder.__init__": true,
280297
"tfds.core.DatasetBuilder.__new__": true,
281298
"tfds.core.DatasetBuilder.as_dataset": true,
282299
"tfds.core.DatasetBuilder.builder_config": true,
283300
"tfds.core.DatasetBuilder.builder_configs": true,
301+
"tfds.core.DatasetBuilder.canonical_version": true,
284302
"tfds.core.DatasetBuilder.data_dir": true,
285303
"tfds.core.DatasetBuilder.download_and_prepare": true,
286304
"tfds.core.DatasetBuilder.info": true,
287305
"tfds.core.DatasetBuilder.name": true,
306+
"tfds.core.DatasetBuilder.supported_versions": true,
288307
"tfds.core.DatasetBuilder.version": true,
308+
"tfds.core.DatasetBuilder.versions": true,
289309
"tfds.core.DatasetInfo": false,
290310
"tfds.core.DatasetInfo.__init__": true,
291311
"tfds.core.DatasetInfo.__new__": true,
@@ -314,18 +334,22 @@
314334
"tfds.core.Experiment.S3": true,
315335
"tfds.core.GeneratorBasedBuilder": false,
316336
"tfds.core.GeneratorBasedBuilder.BUILDER_CONFIGS": true,
337+
"tfds.core.GeneratorBasedBuilder.MANUAL_DOWNLOAD_INSTRUCTIONS": true,
317338
"tfds.core.GeneratorBasedBuilder.SUPPORTED_VERSIONS": true,
318339
"tfds.core.GeneratorBasedBuilder.VERSION": true,
319340
"tfds.core.GeneratorBasedBuilder.__init__": true,
320341
"tfds.core.GeneratorBasedBuilder.__new__": true,
321342
"tfds.core.GeneratorBasedBuilder.as_dataset": true,
322343
"tfds.core.GeneratorBasedBuilder.builder_config": true,
323344
"tfds.core.GeneratorBasedBuilder.builder_configs": true,
345+
"tfds.core.GeneratorBasedBuilder.canonical_version": true,
324346
"tfds.core.GeneratorBasedBuilder.data_dir": true,
325347
"tfds.core.GeneratorBasedBuilder.download_and_prepare": true,
326348
"tfds.core.GeneratorBasedBuilder.info": true,
327349
"tfds.core.GeneratorBasedBuilder.name": true,
350+
"tfds.core.GeneratorBasedBuilder.supported_versions": true,
328351
"tfds.core.GeneratorBasedBuilder.version": true,
352+
"tfds.core.GeneratorBasedBuilder.versions": true,
329353
"tfds.core.Metadata": false,
330354
"tfds.core.Metadata.__contains__": true,
331355
"tfds.core.Metadata.__eq__": true,
@@ -947,32 +971,40 @@
947971
"tfds.testing.DatasetBuilderTestCase.test_session": true,
948972
"tfds.testing.DummyDatasetSharedGenerator": false,
949973
"tfds.testing.DummyDatasetSharedGenerator.BUILDER_CONFIGS": true,
974+
"tfds.testing.DummyDatasetSharedGenerator.MANUAL_DOWNLOAD_INSTRUCTIONS": true,
950975
"tfds.testing.DummyDatasetSharedGenerator.SUPPORTED_VERSIONS": true,
951976
"tfds.testing.DummyDatasetSharedGenerator.VERSION": true,
952977
"tfds.testing.DummyDatasetSharedGenerator.__init__": true,
953978
"tfds.testing.DummyDatasetSharedGenerator.__new__": true,
954979
"tfds.testing.DummyDatasetSharedGenerator.as_dataset": true,
955980
"tfds.testing.DummyDatasetSharedGenerator.builder_config": true,
956981
"tfds.testing.DummyDatasetSharedGenerator.builder_configs": true,
982+
"tfds.testing.DummyDatasetSharedGenerator.canonical_version": true,
957983
"tfds.testing.DummyDatasetSharedGenerator.data_dir": true,
958984
"tfds.testing.DummyDatasetSharedGenerator.download_and_prepare": true,
959985
"tfds.testing.DummyDatasetSharedGenerator.info": true,
960986
"tfds.testing.DummyDatasetSharedGenerator.name": true,
987+
"tfds.testing.DummyDatasetSharedGenerator.supported_versions": true,
961988
"tfds.testing.DummyDatasetSharedGenerator.version": true,
989+
"tfds.testing.DummyDatasetSharedGenerator.versions": true,
962990
"tfds.testing.DummyMnist": false,
963991
"tfds.testing.DummyMnist.BUILDER_CONFIGS": true,
992+
"tfds.testing.DummyMnist.MANUAL_DOWNLOAD_INSTRUCTIONS": true,
964993
"tfds.testing.DummyMnist.SUPPORTED_VERSIONS": true,
965994
"tfds.testing.DummyMnist.VERSION": true,
966995
"tfds.testing.DummyMnist.__init__": true,
967996
"tfds.testing.DummyMnist.__new__": true,
968997
"tfds.testing.DummyMnist.as_dataset": true,
969998
"tfds.testing.DummyMnist.builder_config": true,
970999
"tfds.testing.DummyMnist.builder_configs": true,
1000+
"tfds.testing.DummyMnist.canonical_version": true,
9711001
"tfds.testing.DummyMnist.data_dir": true,
9721002
"tfds.testing.DummyMnist.download_and_prepare": true,
9731003
"tfds.testing.DummyMnist.info": true,
9741004
"tfds.testing.DummyMnist.name": true,
1005+
"tfds.testing.DummyMnist.supported_versions": true,
9751006
"tfds.testing.DummyMnist.version": true,
1007+
"tfds.testing.DummyMnist.versions": true,
9761008
"tfds.testing.FeatureExpectationItem": false,
9771009
"tfds.testing.FeatureExpectationItem.__init__": true,
9781010
"tfds.testing.FeatureExpectationItem.__new__": true,

docs/api_docs/python/tfds/core/BeamBasedBuilder.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
<meta itemprop="name" content="tfds.core.BeamBasedBuilder" />
33
<meta itemprop="path" content="Stable" />
44
<meta itemprop="property" content="builder_config"/>
5+
<meta itemprop="property" content="canonical_version"/>
56
<meta itemprop="property" content="data_dir"/>
67
<meta itemprop="property" content="info"/>
8+
<meta itemprop="property" content="supported_versions"/>
79
<meta itemprop="property" content="version"/>
10+
<meta itemprop="property" content="versions"/>
811
<meta itemprop="property" content="__init__"/>
912
<meta itemprop="property" content="as_dataset"/>
1013
<meta itemprop="property" content="download_and_prepare"/>
1114
<meta itemprop="property" content="BUILDER_CONFIGS"/>
15+
<meta itemprop="property" content="MANUAL_DOWNLOAD_INSTRUCTIONS"/>
1216
<meta itemprop="property" content="SUPPORTED_VERSIONS"/>
1317
<meta itemprop="property" content="VERSION"/>
1418
<meta itemprop="property" content="builder_configs"/>
@@ -71,14 +75,22 @@ Callers must pass arguments as keyword arguments.
7175

7276
<a href="../../tfds/core/BuilderConfig.md"><code>tfds.core.BuilderConfig</code></a> for this builder.
7377

78+
<h3 id="canonical_version"><code>canonical_version</code></h3>
79+
7480
<h3 id="data_dir"><code>data_dir</code></h3>
7581

7682
<h3 id="info"><code>info</code></h3>
7783

7884
<a href="../../tfds/core/DatasetInfo.md"><code>tfds.core.DatasetInfo</code></a> for this builder.
7985

86+
<h3 id="supported_versions"><code>supported_versions</code></h3>
87+
8088
<h3 id="version"><code>version</code></h3>
8189

90+
<h3 id="versions"><code>versions</code></h3>
91+
92+
Versions (canonical + availables), in preference order.
93+
8294
## Methods
8395

8496
<h3 id="as_dataset"><code>as_dataset</code></h3>
@@ -207,6 +219,8 @@ Downloads and prepares dataset for reading.
207219
## Class Members
208220

209221
* `BUILDER_CONFIGS` <a id="BUILDER_CONFIGS"></a>
222+
* `MANUAL_DOWNLOAD_INSTRUCTIONS = None`
223+
<a id="MANUAL_DOWNLOAD_INSTRUCTIONS"></a>
210224
* `SUPPORTED_VERSIONS` <a id="SUPPORTED_VERSIONS"></a>
211225
* `VERSION = None` <a id="VERSION"></a>
212226
* `builder_configs` <a id="builder_configs"></a>

docs/api_docs/python/tfds/core/DatasetBuilder.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
<meta itemprop="name" content="tfds.core.DatasetBuilder" />
33
<meta itemprop="path" content="Stable" />
44
<meta itemprop="property" content="builder_config"/>
5+
<meta itemprop="property" content="canonical_version"/>
56
<meta itemprop="property" content="data_dir"/>
67
<meta itemprop="property" content="info"/>
8+
<meta itemprop="property" content="supported_versions"/>
79
<meta itemprop="property" content="version"/>
10+
<meta itemprop="property" content="versions"/>
811
<meta itemprop="property" content="__init__"/>
912
<meta itemprop="property" content="as_dataset"/>
1013
<meta itemprop="property" content="download_and_prepare"/>
1114
<meta itemprop="property" content="BUILDER_CONFIGS"/>
15+
<meta itemprop="property" content="MANUAL_DOWNLOAD_INSTRUCTIONS"/>
1216
<meta itemprop="property" content="SUPPORTED_VERSIONS"/>
1317
<meta itemprop="property" content="VERSION"/>
1418
<meta itemprop="property" content="builder_configs"/>
@@ -102,14 +106,22 @@ Callers must pass arguments as keyword arguments.
102106

103107
<a href="../../tfds/core/BuilderConfig.md"><code>tfds.core.BuilderConfig</code></a> for this builder.
104108

109+
<h3 id="canonical_version"><code>canonical_version</code></h3>
110+
105111
<h3 id="data_dir"><code>data_dir</code></h3>
106112

107113
<h3 id="info"><code>info</code></h3>
108114

109115
<a href="../../tfds/core/DatasetInfo.md"><code>tfds.core.DatasetInfo</code></a> for this builder.
110116

117+
<h3 id="supported_versions"><code>supported_versions</code></h3>
118+
111119
<h3 id="version"><code>version</code></h3>
112120

121+
<h3 id="versions"><code>versions</code></h3>
122+
123+
Versions (canonical + availables), in preference order.
124+
113125
## Methods
114126

115127
<h3 id="as_dataset"><code>as_dataset</code></h3>
@@ -238,6 +250,8 @@ Downloads and prepares dataset for reading.
238250
## Class Members
239251

240252
* `BUILDER_CONFIGS` <a id="BUILDER_CONFIGS"></a>
253+
* `MANUAL_DOWNLOAD_INSTRUCTIONS = None`
254+
<a id="MANUAL_DOWNLOAD_INSTRUCTIONS"></a>
241255
* `SUPPORTED_VERSIONS` <a id="SUPPORTED_VERSIONS"></a>
242256
* `VERSION = None` <a id="VERSION"></a>
243257
* `builder_configs` <a id="builder_configs"></a>

docs/api_docs/python/tfds/core/GeneratorBasedBuilder.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
<meta itemprop="name" content="tfds.core.GeneratorBasedBuilder" />
33
<meta itemprop="path" content="Stable" />
44
<meta itemprop="property" content="builder_config"/>
5+
<meta itemprop="property" content="canonical_version"/>
56
<meta itemprop="property" content="data_dir"/>
67
<meta itemprop="property" content="info"/>
8+
<meta itemprop="property" content="supported_versions"/>
79
<meta itemprop="property" content="version"/>
10+
<meta itemprop="property" content="versions"/>
811
<meta itemprop="property" content="__init__"/>
912
<meta itemprop="property" content="as_dataset"/>
1013
<meta itemprop="property" content="download_and_prepare"/>
1114
<meta itemprop="property" content="BUILDER_CONFIGS"/>
15+
<meta itemprop="property" content="MANUAL_DOWNLOAD_INSTRUCTIONS"/>
1216
<meta itemprop="property" content="SUPPORTED_VERSIONS"/>
1317
<meta itemprop="property" content="VERSION"/>
1418
<meta itemprop="property" content="builder_configs"/>
@@ -80,14 +84,22 @@ Callers must pass arguments as keyword arguments.
8084

8185
<a href="../../tfds/core/BuilderConfig.md"><code>tfds.core.BuilderConfig</code></a> for this builder.
8286

87+
<h3 id="canonical_version"><code>canonical_version</code></h3>
88+
8389
<h3 id="data_dir"><code>data_dir</code></h3>
8490

8591
<h3 id="info"><code>info</code></h3>
8692

8793
<a href="../../tfds/core/DatasetInfo.md"><code>tfds.core.DatasetInfo</code></a> for this builder.
8894

95+
<h3 id="supported_versions"><code>supported_versions</code></h3>
96+
8997
<h3 id="version"><code>version</code></h3>
9098

99+
<h3 id="versions"><code>versions</code></h3>
100+
101+
Versions (canonical + availables), in preference order.
102+
91103
## Methods
92104

93105
<h3 id="as_dataset"><code>as_dataset</code></h3>
@@ -216,6 +228,8 @@ Downloads and prepares dataset for reading.
216228
## Class Members
217229

218230
* `BUILDER_CONFIGS` <a id="BUILDER_CONFIGS"></a>
231+
* `MANUAL_DOWNLOAD_INSTRUCTIONS = None`
232+
<a id="MANUAL_DOWNLOAD_INSTRUCTIONS"></a>
219233
* `SUPPORTED_VERSIONS` <a id="SUPPORTED_VERSIONS"></a>
220234
* `VERSION = None` <a id="VERSION"></a>
221235
* `builder_configs` <a id="builder_configs"></a>

docs/api_docs/python/tfds/core/Version.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,23 @@ source</a>
3939
__init__(
4040
version_str,
4141
description=None,
42-
experiments=None
42+
experiments=None,
43+
tfds_version_to_prepare=None
4344
)
4445
```
4546

47+
Version init.
48+
49+
#### Args:
50+
51+
* <b>`version_str`</b>: string. Eg: "1.2.3".
52+
* <b>`description`</b>: string, a description of what is new in this version.
53+
* <b>`experiments`</b>: dict of experiments. See Experiment.
54+
* <b>`tfds_version_to_prepare`</b>: string, defaults to None. If set,
55+
indicates that current version of TFDS cannot be used to
56+
`download_and_prepare` the dataset, but that TFDS at version
57+
{tfds_version_to_prepare} should be used instead.
58+
4659
## Properties
4760

4861
<h3 id="tuple"><code>tuple</code></h3>

docs/api_docs/python/tfds/core/disallow_positional_args.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
source</a>
1515

1616
<!-- Start diff -->
17-
1817
Requires function to be called using keyword arguments.
1918

2019
```python

docs/api_docs/python/tfds/core/get_tfds_path.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
source</a>
1515

1616
<!-- Start diff -->
17-
1817
Returns absolute path to file given path relative to tfds root.
1918

2019
``` python

docs/api_docs/python/tfds/download/DownloadManager.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,12 @@ For more customization on the download/extraction (ex: passwords, output_name,
7575
<a target="_blank" href="https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/core/download/download_manager.py">View
7676
source</a>
7777

78-
``` python
78+
```python
7979
__init__(
8080
download_dir,
8181
extract_dir=None,
8282
manual_dir=None,
83+
manual_dir_instructions=None,
8384
dataset_name=None,
8485
force_download=False,
8586
force_extraction=False,
@@ -96,6 +97,8 @@ Download manager constructor.
9697
extracted.
9798
* <b>`manual_dir`</b>: `str`, path to manually downloaded/extracted data
9899
directory.
100+
* <b>`manual_dir_instructions`</b>: `str`, human readable instructions on how
101+
to prepare contents of the manual_dir for this dataset.
99102
* <b>`dataset_name`</b>: `str`, name of dataset this instance will be used
100103
for. If provided, downloads will contain which datasets they were used for.
101104
* <b>`force_download`</b>: `bool`, default to False. If True, always

docs/api_docs/python/tfds/is_dataset_on_gcs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
source</a>
1515

1616
<!-- Start diff -->
17-
1817
If the dataset is available on the GCS bucket gs://tfds-data/datasets.
1918

2019
```python

0 commit comments

Comments
 (0)