![]() |
Defines the split information for the generator.
tfds.core.SplitGenerator(
name: str,
gen_kwargs: Dict[str, Any]
)
Used in the notebooks
Used in the tutorials |
---|
DEPRECATED: _split_generators
should return dict<split_name, generators>
instead. See the
documentation.
Attributes | |
---|---|
name
|
str , name of the Split for which the generator will create the
examples.
|
gen_kwargs
|
dict , kwargs to forward to the _generate_examples() method of
the builder.
|
Methods
__eq__
__eq__(
other
)