Module brevettiai.platform.models
Implementations of interfaces of platform features
- Annotation: as annotated using the platform annotation feature
 - Job: as defined by the platform job functionality
 
Expand source code
"""
Implementations of interfaces of platform features
* Annotation: as annotated using the platform annotation feature
* Job: as defined by the platform job functionality
"""
from .platform_backend import PlatformBackend, backend
from .camelmodel import CamelModel
from .iomodel import IoBaseModel
from .tag import Tag
from .dataset import Dataset
from .job import Job, JobSettings
Sub-modules
brevettiai.platform.models.annotationbrevettiai.platform.models.camelmodelbrevettiai.platform.models.datasetbrevettiai.platform.models.iomodelbrevettiai.platform.models.jobbrevettiai.platform.models.platform_backendbrevettiai.platform.models.tagbrevettiai.platform.models.web_api_types