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.annotation
brevettiai.platform.models.camelmodel
brevettiai.platform.models.dataset
brevettiai.platform.models.iomodel
brevettiai.platform.models.job
brevettiai.platform.models.platform_backend
brevettiai.platform.models.tag
brevettiai.platform.models.web_api_types