class Aws::SageMaker::Types::CreateHumanTaskUiRequest

@note When making an API call, you may pass CreateHumanTaskUiRequest

data as a hash:

    {
      human_task_ui_name: "HumanTaskUiName", # required
      ui_template: { # required
        content: "TemplateContent", # required
      },
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] human_task_ui_name

The name of the user interface you are creating.
@return [String]

@!attribute [rw] ui_template

The Liquid template for the worker user interface.
@return [Types::UiTemplate]

@!attribute [rw] 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.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateHumanTaskUiRequest AWS API Documentation

Constants

SENSITIVE