Deploy App SDK
Bases: object
object
ExecutorFactory is an abstract class that provides a way to create an executor object.
Methods
__init__()
__init__
create(executor_type[, executor_params])
create
Creates an executor object.
Attributes
DEFAULT
NAMES
executor_type (str) – A type of the executor.
executor_params (Dict) – A dictionary of parameters of the executor.
An executor object.
Executor