View a markdown version of this page

AWS::SageMaker::HumanTaskUi - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SageMaker::HumanTaskUi

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.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SageMaker::HumanTaskUi", "Properties" : { "HumanTaskUiName" : String, "Tags" : [ Tag, ... ], "UiTemplate" : UiTemplate } }

YAML

Type: AWS::SageMaker::HumanTaskUi Properties: HumanTaskUiName: String Tags: - Tag UiTemplate: UiTemplate

Properties

HumanTaskUiName

The name of the human task user interface.

Required: Yes

Type: String

Pattern: ^[a-z0-9](-*[a-z0-9])*$

Minimum: 1

Maximum: 63

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: No interruption

UiTemplate

The Liquid template for the worker user interface.

Required: No

Type: UiTemplate

Update requires: Replacement

Return values

Ref

Fn::GetAtt

CreationTime

A timestamp when SageMaker created the human task user interface.

HumanTaskUiArn

The Amazon Resource Name (ARN) of the human task user interface.