ExecutorOptions
class ExecutorOptions(environment=<factory>, execution=<factory>, experimental=<factory>)
Bases: object
Options for the executor.
Attributes
Parameters
- environment (EnvironmentOptions)
- execution (ExecutionOptions)
- experimental (dict)
environment
Type: EnvironmentOptions
Default value: FieldInfo(annotation=NoneType, required=False, default_factory=EnvironmentOptions)
Options related to the execution environment.
execution
Type: ExecutionOptions
Default value: FieldInfo(annotation=NoneType, required=False, default_factory=ExecutionOptions)
Low-level execution options.
experimental
Type: dict
Default value: FieldInfo(annotation=NoneType, required=False, default_factory=dict)
Experimental options that are passed to the executor.