ExecutorOptions

class ExecutorOptions(environment=<factory>, execution=<factory>)[source]

Bases: object

Options for the executor.

Attributes

Parameters:
  • environment (EnvironmentOptions)

  • execution (ExecutionOptions)

environment: EnvironmentOptions = FieldInfo(annotation=NoneType, required=False, default_factory=EnvironmentOptions)

Options related to the execution environment.

execution: ExecutionOptions = FieldInfo(annotation=NoneType, required=False, default_factory=ExecutionOptions)

Low-level execution options.

Methods