otx.api.usecases.tasks.interfaces#

Interfaces for OTX Tasks.

Modules

otx.api.usecases.tasks.interfaces.deployment_interface

This module contains the interface class for tasks that can deploy their models.

otx.api.usecases.tasks.interfaces.evaluate_interface

This module contains the interface class for tasks that can compute performance.

otx.api.usecases.tasks.interfaces.explain_interface

This module contains the interface class for tasks.

otx.api.usecases.tasks.interfaces.export_interface

This module contains the interface class for tasks that can export their models.

otx.api.usecases.tasks.interfaces.inference_interface

This module contains the interface class for tasks.

otx.api.usecases.tasks.interfaces.optimization_interface

This module contains the interface class for tasks that can optimize their models.

otx.api.usecases.tasks.interfaces.training_interface

This module contains the interface class for tasks that can perform training.

otx.api.usecases.tasks.interfaces.unload_interface

Unload Interface.