class documentation
class Attribute(DynamicEmbeddedDocument): (source)
Known subclasses: fiftyone.core.labels.BooleanAttribute
, fiftyone.core.labels.CategoricalAttribute
, fiftyone.core.labels.ListAttribute
, fiftyone.core.labels.NumericAttribute
Base class for attributes.
Attribute instances represent an atomic piece of information, its
value, usually embedded with a name within a dict field of another
Label
instance.
Parameters | |
value | the attribute value |
Class Variable | value |
Undocumented |