describe_human_task_ui
(**kwargs)¶Returns information about the requested human task user interface (worker task template).
See also: AWS API Documentation
Request Syntax
response = client.describe_human_task_ui(
HumanTaskUiName='string'
)
[REQUIRED]
The name of the human task user interface (worker task template) you want information about.
{
'HumanTaskUiArn': 'string',
'HumanTaskUiName': 'string',
'HumanTaskUiStatus': 'Active'|'Deleting',
'CreationTime': datetime(2015, 1, 1),
'UiTemplate': {
'Url': 'string',
'ContentSha256': 'string'
}
}
Response Structure
The Amazon Resource Name (ARN) of the human task user interface (worker task template).
The name of the human task user interface (worker task template).
The status of the human task user interface (worker task template). Valid values are listed below.
The timestamp when the human task user interface was created.
Container for user interface template information.
The URL for the user interface template.
The SHA-256 digest of the contents of the template.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound