anatools.anaclient.api.annotations module¶
Annotations API calls.
- createAnnotation(self, workspaceId, datasetId, format, mapId=None, tags=None)¶
- createAnnotationMap(self, organizationId, name, description=None, tags=None)¶
- deleteAnnotation(self, workspaceId, annotationId)¶
- deleteAnnotationMap(self, mapId)¶
- downloadAnnotation(self, workspaceId, annotationId)¶
- downloadAnnotationMap(self, mapId)¶
- editAnnotation(self, workspaceId, annotationId, tags=None)¶
- editAnnotationMap(self, mapId, name=None, description=None, tags=None)¶
- getAnnotationFormats(self)¶
- getAnnotationMaps(self, organizationId, workspaceId, mapId, cursor=None, limit=100, filters={}, fields=None)¶
- getAnnotations(self, workspaceId, datasetId, annotationId, cursor=None, limit=100, filters={}, fields=None)¶