class documentation

Config for a Hugging Face Hub dataset.

Parameters
namethe name of the dataset
repo_typethe type of the repository
repo_idthe identifier of the repository
revisionthe revision of the dataset
filenamethe name of the file
formatthe format of the dataset
tagsthe tags of the dataset
licensethe license of the dataset
descriptionthe description of the dataset
fiftyonethe fiftyone version requirement of the dataset
app_media_fieldsthe media fields visible in the App
grid_media_fieldthe media field to use in the grid view
Method __init__ Undocumented
Instance Variable app_media_fields Undocumented
Instance Variable description Undocumented
Instance Variable grid_media_field Undocumented
Instance Variable license Undocumented
Instance Variable tags Undocumented
Instance Variable version Undocumented
Method _get_fiftyone_version Undocumented
Instance Variable _filename Undocumented
Instance Variable _format Undocumented
Instance Variable _repo_id Undocumented
Instance Variable _repo_type Undocumented
Instance Variable _revision Undocumented

Inherited from Config:

Method __repr__ Undocumented
def __init__(self, **kwargs): (source)
app_media_fields = (source)

Undocumented

description = (source)

Undocumented

grid_media_field = (source)

Undocumented

Undocumented

Undocumented

Undocumented

def _get_fiftyone_version(self, kwargs): (source)

Undocumented

_filename = (source)

Undocumented

Undocumented

_repo_id = (source)

Undocumented

_repo_type = (source)

Undocumented

_revision = (source)

Undocumented