def start_taskd_agent():

Description

Starts TaskD Agent. This API is called in user code.

Input Parameters

None

Return Value

Table 1 Return value description

Type

Description

Not fixed

The return result is determined the Agent's core execution logic within the framework, and may differ depending on the framework used.

For example, in the PyTorch framework, SimpleElasticAgent run() returns the training result.