View source on GitHub |
Defines the split information for the generator.
tfds.core.SplitGenerator(
name: str,
gen_kwargs: Optional[Dict[str, Any]] = dataclasses.field(default_factory=dict)
)
Used in the notebooks
Used in the tutorials |
---|
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
)