otx.api.usecases.tasks.interfaces.deployment_interface#
This module contains the interface class for tasks that can deploy their models.
Classes
A base interface class for tasks which can deploy their models. |
- class otx.api.usecases.tasks.interfaces.deployment_interface.IDeploymentTask[source]#
Bases:
object
A base interface class for tasks which can deploy their models.
- abstract deploy(output_model: ModelEntity) None [source]#
This method defines the interface for deploy.
- Parameters:
output_model – Output model