ParallelTaskConfiguration Class

Represents configuration information for distributed ParallelTask jobs.

This class is used in the RunConfiguration class.

Class ParallelTaskConfiguration constructor.

Inheritance
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
ParallelTaskConfiguration

Constructor

ParallelTaskConfiguration()

Parameters

max_retries_per_worker
int
Required

Maximum number of retries per process ("worker"). Default is 0.

worker_count_per_node
int
Required

The number of workers per node. Default is 1.

terminal_exit_codes
list[int]
Required

Worker exit codes to terminate job. Will not retry worker with exit code and fails job.