class documentation
class HFHubParquetFilesDatasetConfig(HFHubDatasetConfig): (source)
Constructor: HFHubParquetFilesDatasetConfig(**kwargs)
Config for a Hugging Face Hub dataset that is stored as parquet files.
Parameters | |
name | the name of the dataset |
repo | the type of the repository |
repo | the identifier of the repository |
revision | the revision of the dataset |
filename | the name of the file |
format | the format of the dataset |
tags | the tags of the dataset |
license | the license of the dataset |
description | the description of the dataset |
fiftyone | the fiftyone version requirement of the dataset |
label | the label fields of the dataset |
media | the media type of the dataset |
default | the default media fields of the dataset |
additional | the additional media fields of the dataset |
Method | __init__ |
Undocumented |
Instance Variable | label |
Undocumented |
Instance Variable | media |
Undocumented |
Instance Variable | media |
Undocumented |
Instance Variable | name |
Undocumented |
Method | _build |
Undocumented |
Method | _build |
Undocumented |
Method | _build |
Undocumented |
Method | _build |
Undocumented |
Method | _build |
Undocumented |
Instance Variable | _allowed |
Undocumented |
Instance Variable | _allowed |
Undocumented |
Inherited from HFHubDatasetConfig
:
Instance Variable | app |
Undocumented |
Instance Variable | description |
Undocumented |
Instance Variable | grid |
Undocumented |
Instance Variable | license |
Undocumented |
Instance Variable | tags |
Undocumented |
Instance Variable | version |
Undocumented |
Method | _get |
Undocumented |
Instance Variable | _filename |
Undocumented |
Instance Variable | _format |
Undocumented |
Instance Variable | _repo |
Undocumented |
Instance Variable | _repo |
Undocumented |
Instance Variable | _revision |
Undocumented |
Inherited from Config
(via HFHubDatasetConfig
):
Method | __repr__ |
Undocumented |