class documentation
class NoDatasetSampleDocument(NoDatasetMixin, SerializableDocument): (source)
Constructor: NoDatasetSampleDocument(**kwargs)
Backing document for samples that have not been added to a dataset.
Method | __init__ |
Undocumented |
Class Variable | default |
Undocumented |
Property | media |
Undocumented |
Method | _get |
Returns an ordered tuple of field names that should be included in the repr of the document. |
Class Variable | _is |
Undocumented |
Instance Variable | _data |
Undocumented |
Inherited from NoDatasetMixin
:
Class Method | from |
Undocumented |
Method | __getattr__ |
Undocumented |
Method | __setattr__ |
Undocumented |
Method | clear |
Undocumented |
Method | delete |
Undocumented |
Method | get |
Undocumented |
Method | has |
Undocumented |
Method | reload |
Undocumented |
Method | save |
Undocumented |
Method | set |
Undocumented |
Method | to |
Undocumented |
Property | field |
Undocumented |
Property | in |
Undocumented |
Class Method | _doc |
Undocumented |
Static Method | _get |
Undocumented |
Method | _get |
Undocumented |
Method | _save |
Undocumented |
Method | _to |
Undocumented |
Inherited from SerializableDocument
(via NoDatasetMixin
):
Class Method | from |
Loads the document from a JSON string. |
Method | __eq__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | copy |
Returns a deep copy of the document. |
Method | fancy |
Generates a customizable string representation of the document. |
Method | iter |
Returns an iterator over the (name, value) pairs of the public fields of the document. |
Method | merge |
Merges the contents of the given document into this document. |
Method | to |
Serializes the document to a JSON string. |