class documentation
Class for configuring Run
instances.
Parameters | |
**kwargs | JSON serializable config parameters |
Method | __init__ |
Undocumented |
Method | method |
Undocumented |
Property | method |
The name of the method. |
Property | type |
The type of run. |
Class Method | _virtual |
A list of attributes that are serialized but should not be treated as parameters when loading the config class from the database. |
Instance Variable | _method |
Undocumented |
Inherited from BaseRunConfig
:
Class Method | from |
Constructs a BaseRunConfig from a serialized JSON dict representation of it. |
Static Method | base |
Returns the config class for the given run type. |
Method | attributes |
Returns the list of class attributes that will be serialized by serialize . |
Method | build |
Builds the BaseRun instance associated with this config. |
Method | load |
Loads any necessary credentials from the given keyword arguments or the relevant FiftyOne config. |
Property | cls |
The fully-qualified name of this BaseRunConfig class. |
Property | run |
The BaseRun class associated with this config. |
Inherited from Config
(via BaseRunConfig
):
Method | __repr__ |
Undocumented |