Skip to content

Describe Human Task Ui

sagemaker_describe_human_task_ui R Documentation

Returns information about the requested human task user interface (worker task template)

Description

Returns information about the requested human task user interface (worker task template).

Usage

sagemaker_describe_human_task_ui(HumanTaskUiName)

Arguments

HumanTaskUiName

[required] The name of the human task user interface (worker task template) you want information about.

Value

A list with the following syntax:

list(
  HumanTaskUiArn = "string",
  HumanTaskUiName = "string",
  HumanTaskUiStatus = "Active"|"Deleting",
  CreationTime = as.POSIXct(
    "2015-01-01"
  ),
  UiTemplate = list(
    Url = "string",
    ContentSha256 = "string"
  )
)

Request syntax

svc$describe_human_task_ui(
  HumanTaskUiName = "string"
)