SageMaker / Client / delete_human_task_ui

delete_human_task_ui#

SageMaker.Client.delete_human_task_ui(**kwargs)#

Use this operation to delete a human task user interface (worker task template).

To see a list of human task user interfaces (work task templates) in your account, use ListHumanTaskUis. When you delete a worker task template, it no longer appears when you call ListHumanTaskUis.

See also: AWS API Documentation

Request Syntax

response = client.delete_human_task_ui(
    HumanTaskUiName='string'
)
Parameters:

HumanTaskUiName (string) –

[REQUIRED]

The name of the human task user interface (work task template) you want to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • SageMaker.Client.exceptions.ResourceNotFound