distributed_job¶
kedro_azureml_pipeline.distributed.distributed_job(framework, num_nodes, **kwargs)
¶
Mark a Kedro node function for distributed execution.
Parameters¶
| Name | Type | Description | Default |
|---|---|---|---|
framework
|
Framework
|
Distributed framework (PyTorch, TensorFlow, or MPI). |
required |
num_nodes
|
str or int
|
Number of compute nodes, or a |
required |
**kwargs
|
Extra fields forwarded to |
{}
|
Returns¶
| Type | Description |
|---|---|
callable
|
Decorator that attaches a |
See Also¶
DistributedNodeConfig : Config attached by this decorator. Framework : Supported frameworks. AzureMLPipelineGenerator : Reads the attached config.