class documentation
class ZooDatasetSplitInfo(etas.Serializable): (source)
Constructor: ZooDatasetSplitInfo(split, num_samples)
Class containing info about a split of a dataset in the FiftyOne Dataset Zoo.
Parameters | |
split | the name of the split |
num | the number of samples in the split |
Class Method | from |
Loads a ZooDatasetSplitInfo from a JSON dictionary. |
Method | __init__ |
Undocumented |
Method | attributes |
Returns a list of class attributes to be serialized. |
Instance Variable | num |
Undocumented |
Instance Variable | split |
Undocumented |
Loads a ZooDatasetSplitInfo
from a JSON dictionary.
Parameters | |
d | a JSON dictionary |
Returns | |
a ZooDatasetSplitInfo |