This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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:StringTags:- TagUiTemplate:UiTemplate
Properties
HumanTaskUiName-
The name of the human task user interface.
Required: Yes
Type: String
Pattern:
^[a-z0-9](-*[a-z0-9])*$Minimum:
1Maximum:
63Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update 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.