tfds.core.SplitGenerator

Defines the split information for the generator.

Used in the notebooks

Used in the tutorials

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__