class documentation
class HFHubDatasetConfig(Config): (source)
Known subclasses: fiftyone.utils.huggingface.HFHubParquetFilesDatasetConfig
Constructor: HFHubDatasetConfig(**kwargs)
Config for a Hugging Face Hub dataset.
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 |
app | the media fields visible in the App |
grid | the media field to use in the grid view |
Method | __init__ |
Undocumented |
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
:
Method | __repr__ |
Undocumented |