[null,null,["Last updated 2024-04-26 UTC."],[],[],null,["# tfds.core.SplitGenerator\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/datasets/blob/v4.9.3/tensorflow_datasets/core/split_builder.py#L59-L76) |\n\nDefines the split information for the generator. \n\n tfds.core.SplitGenerator(\n name: str,\n gen_kwargs: Optional[Dict[str, Any]] = dataclasses.field(default_factory=dict)\n )\n\n### Used in the notebooks\n\n| Used in the tutorials |\n|--------------------------------------------------------------------------------------------------------|\n| - [Video Inbetweening using 3D Convolutions](https://www.tensorflow.org/hub/tutorials/tweening_conv3d) |\n\n| **Deprecated:** `_split_generators` should return `dict\u003csplit_name, generators\u003e` instead. See the [documentation](https://www.tensorflow.org/datasets/api_docs/python/tfds/core/GeneratorBasedBuilder).\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Attributes ---------- ||\n|--------------|------------------------------------------------------------------------------|\n| `name` | `str`, name of the Split for which the generator will create the examples. |\n| `gen_kwargs` | `dict`, kwargs to forward to the _generate_examples() method of the builder. |\n\n\u003cbr /\u003e\n\nMethods\n-------\n\n### `__eq__`\n\n __eq__(\n other\n )"]]