class documentation
class ZooModel(etam.Model): (source)
Known subclasses: fiftyone.zoo.models.RemoteZooModel
Class describing a model in the FiftyOne Model Zoo.
Parameters | |
base | the base name of the model (no version info) |
base | the base filename or directory of the model (no version info), if applicable |
author | the author of the model |
version | the version of the model |
url | the URL at which the model is hosted |
license | the license under which the model is distributed |
source | the source of the model |
description | the description of the model |
tags | a list of tags for the model |
size | the size of the model on disk |
date | the datetime that the model was added to the zoo |
requirements | the eta.core.models.ModelRequirements for the model |
manager | the fiftyone.core.models.ModelManager instance
that describes the remote storage location of the model, if
applicable |
default | a
fiftyone.core.models.ModelConfig dict describing the
recommended settings for deploying the model |
Constant | _REQUIREMENT |
Undocumented |