tfds.dataset_builders.store_as_tfds_dataset
Stay organized with collections
Save and categorize content based on your preferences.
Store a dataset as a TFDS dataset.
tfds.dataset_builders.store_as_tfds_dataset(
name: str,
version: Union[utils.Version, str],
features: feature_lib.FeatureConnector,
split_datasets: Mapping[str, InputData],
config: Union[None, str, dataset_builder.BuilderConfig] = None,
data_dir: Optional[epath.PathLike] = None,
description: Optional[str] = None,
release_notes: Optional[Mapping[str, str]] = None,
homepage: Optional[str] = None,
citation: Optional[str] = None,
file_format: Optional[Union[str, file_adapters.FileFormat]] = None,
download_config: Optional[download.DownloadConfig] = None,
disable_shuffling: Optional[bool] = False
) -> AdhocBuilder
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.
[null,null,["Last updated 2024-04-26 UTC."],[],[],null,["# tfds.dataset_builders.store_as_tfds_dataset\n\n\u003cbr /\u003e\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/datasets/blob/v4.9.3/tensorflow_datasets/core/dataset_builders/adhoc_builder.py#L218-L264) |\n\nStore a dataset as a TFDS dataset. \n\n tfds.dataset_builders.store_as_tfds_dataset(\n name: str,\n version: Union[utils.Version, str],\n features: feature_lib.FeatureConnector,\n split_datasets: Mapping[str, InputData],\n config: Union[None, str, dataset_builder.BuilderConfig] = None,\n data_dir: Optional[epath.PathLike] = None,\n description: Optional[str] = None,\n release_notes: Optional[Mapping[str, str]] = None,\n homepage: Optional[str] = None,\n citation: Optional[str] = None,\n file_format: Optional[Union[str, file_adapters.FileFormat]] = None,\n download_config: Optional[download.DownloadConfig] = None,\n disable_shuffling: Optional[bool] = False\n ) -\u003e AdhocBuilder"]]