Dask
Configuration for the dask task
Attributes
-
scheduler: Scheduler = Scheduler()
- Configuration for the scheduler pod. Optional, defaults to
Scheduler().
- Configuration for the scheduler pod. Optional, defaults to
-
workers: WorkerGroup = WorkerGroup()
- Configuration for the pods of the default worker group. Optional, defaults to
WorkerGroup().
- Configuration for the pods of the default worker group. Optional, defaults to
Constructors
-
Configuration for the dask task
-
Parameters
- scheduler: Scheduler
- Configuration for the scheduler pod. Optional, defaults to
Scheduler().
- Configuration for the scheduler pod. Optional, defaults to
- workers: WorkerGroup
- Configuration for the pods of the default worker group. Optional, defaults to
WorkerGroup().
- Configuration for the pods of the default worker group. Optional, defaults to
- scheduler: Scheduler