hi_tde_cancel_job

The Atlas 200/300/500 Inference Product does not support this API.

The Atlas Training Series Product does not support this API.

Description

After creating a job by calling hi_tde_begin_job and before submitting the job by calling hi_tde_end_job, you can call this API to cancel the corresponding TDE job and the commands in the job.

Restrictions

  • This API cannot be called to cancel a job that has been submitted by calling hi_tde_end_job.
  • A canceled job is no longer valid. You cannot add commands to the job submit the job.
  • This API does not support multiple processes.

Prototype

hi_s32 hi_tde_cancel_job(hi_s32 handle);

Parameters

Parameter

Input/Output

Description

handle

Input

Handle to a TDE job.

Returns