class documentation

class HFHubParquetFilesDatasetConfig(HFHubDatasetConfig): (source)

Constructor: HFHubParquetFilesDatasetConfig(**kwargs)

View In Hierarchy

Config for a Hugging Face Hub dataset that is stored as parquet files.

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
label_fieldsthe label fields of the dataset
media_typethe media type of the dataset
default_media_fieldsthe default media fields of the dataset
additional_media_fieldsthe additional media fields of the dataset
Method __init__ Undocumented
Instance Variable label_fields Undocumented
Instance Variable media_fields Undocumented
Instance Variable media_type Undocumented
Instance Variable name Undocumented
Method _build_allowed_splits Undocumented
Method _build_allowed_subsets Undocumented
Method _build_label_fields_dict Undocumented
Method _build_media_fields_dict Undocumented
Method _build_name Undocumented
Instance Variable _allowed_splits Undocumented
Instance Variable _allowed_subsets Undocumented

Inherited from HFHubDatasetConfig:

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 (via HFHubDatasetConfig):

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

Undocumented

media_fields = (source)

Undocumented

media_type = (source)

Undocumented

Undocumented

def _build_allowed_splits(self, kwargs): (source)

Undocumented

def _build_allowed_subsets(self, kwargs): (source)

Undocumented

def _build_label_fields_dict(self, kwargs): (source)

Undocumented

def _build_media_fields_dict(self, kwargs): (source)

Undocumented

def _build_name(self, kwargs): (source)

Undocumented

_allowed_splits = (source)

Undocumented

_allowed_subsets = (source)

Undocumented