anatools.anaclient.api.annotations module

Annotations API calls.

createAnnotation(self, workspaceId, datasetId, format, map)
createManagedMap(self, organizationId, name, description)
deleteAnnotation(self, workspaceId, annotationId)
deleteManagedMap(self, mapId)
downloadAnnotation(self, workspaceId, datasetId, annotationId)
downloadManagedMap(self, mapId)
editManagedMap(self, mapId, name=None, description=None)
getAnnotationFormats(self)
getAnnotationMaps(self, organizationId, workspaceId, mapId)
getAnnotations(self, workspaceId, datasetId, annotationId)
getManagedMaps(self, organizationId, mapId)