class documentation
class AnnotationInfo(BaseRunInfo): (source)
Constructor: AnnotationInfo(key, version, timestamp, config)
Information about an annotation run on a dataset.
Parameters | |
key | the annotation key |
timestamp | the UTC datetime when the annotation run was initiated |
config | the AnnotationMethodConfig for the run |
Class Method | config |
The BaseRunConfig class associated with this class. |
Inherited from BaseRunInfo
:
Method | __init__ |
Undocumented |
Instance Variable | key |
Undocumented |
Instance Variable | version |
Undocumented |
Class Method | _from |
Undocumented |
Inherited from Config
(via BaseRunInfo
):
Method | __repr__ |
Undocumented |