Skip to content

Commit a3efdd0

Browse files
author
The TensorFlow Datasets Authors
committed
Update doc strings in Croissant builder.
PiperOrigin-RevId: 646465521
1 parent 12ba3fc commit a3efdd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tensorflow_datasets/core/dataset_builders/croissant_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ def __init__(
156156
Args:
157157
jsonld: The Croissant JSON-LD for the given dataset: either a file path or
158158
a URL.
159-
record_set_ids: The @ids of the record sets to generate. Each record set
160-
will correspond to a separate config. If not specified, it will use all
161-
the record sets.
159+
record_set_ids: The @ids of the record sets for the dataset. Each record
160+
set will correspond to a separate config. If not specified, a config
161+
will be generated for each record set defined in the Croissant JSON-LD.
162162
disable_shuffling: Specify whether to shuffle the examples.
163163
int_dtype: The dtype to use for TFDS integer features. Defaults to
164164
np.int64.

0 commit comments

Comments
 (0)