class documentation
class AnnotationResults(BaseRunResults): (source)
Known subclasses: fiftyone.utils.annotations.AnnotationResults
Constructor: AnnotationResults(samples, config, key, backend)
Base class for annotation run results.
Inherited from BaseRunResults
:
Class Method | from |
Builds a BaseRunResults from a JSON dict representation of it. |
Static Method | base |
Returns the results class for the given run type. |
Method | __init__ |
Undocumented |
Method | attributes |
Returns the list of class attributes that will be serialized by serialize . |
Method | save |
Saves the results to the database. |
Method | save |
Saves these results config to the database. |
Property | backend |
The BaseRun for these results. |
Property | cls |
The fully-qualified name of this BaseRunResults class. |
Property | config |
The BaseRunConfig for these results. |
Property | key |
The run key for these results. |
Property | samples |
The fiftyone.core.collections.SampleCollection associated with these results. |
Class Method | _from |
Subclass implementation of from_dict . |
Instance Variable | _backend |
Undocumented |
Instance Variable | _config |
Undocumented |
Instance Variable | _key |
Undocumented |
Instance Variable | _samples |
Undocumented |