Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_describe_human_task_ui

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"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.