class documentation

class ZooModel(etam.Model): (source)

Known subclasses: fiftyone.zoo.models.RemoteZooModel

View In Hierarchy

Class describing a model in the FiftyOne Model Zoo.

Parameters
base_namethe base name of the model (no version info)
base_filenamethe base filename or directory of the model (no version info), if applicable
authorthe author of the model
versionthe version of the model
urlthe URL at which the model is hosted
licensethe license under which the model is distributed
sourcethe source of the model
descriptionthe description of the model
tagsa list of tags for the model
size_bytesthe size of the model on disk
date_addedthe datetime that the model was added to the zoo
requirementsthe eta.core.models.ModelRequirements for the model
managerthe fiftyone.core.models.ModelManager instance that describes the remote storage location of the model, if applicable
default_deployment_config_dicta fiftyone.core.models.ModelConfig dict describing the recommended settings for deploying the model
Constant _REQUIREMENT_ERROR_SUFFIX Undocumented
_REQUIREMENT_ERROR_SUFFIX: str = (source)

Undocumented

Value
'''If you think this error is inaccurate, you can set `fiftyone.config.requireme
nt_error_level` to 1 (warning) or 2 (ignore).
See https://docs.voxel51.com/user_guide/config.html for details.'''