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

sagemaker_create_human_task_ui

Defines the settings you will use for the human review workflow user interface


Description

Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.

Usage

sagemaker_create_human_task_ui(HumanTaskUiName, UiTemplate, Tags)

Arguments

HumanTaskUiName

[required] The name of the user interface you are creating.

UiTemplate

[required]

Tags

An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.

Value

A list with the following syntax:

list(
  HumanTaskUiArn = "string"
)

Request syntax

svc$create_human_task_ui(
  HumanTaskUiName = "string",
  UiTemplate = list(
    Content = "string"
  ),
  Tags = list(
    list(
      Key = "string",
      Value = "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.