You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::CreateHumanTaskUiRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateHumanTaskUiRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#human_task_ui_nameString

The name of the user interface you are creating.

Returns:

  • (String)

    The name of the user interface you are creating.

#tagsArray<Types::Tag>

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.

Returns:

  • (Array<Types::Tag>)

    An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.

#ui_templateTypes::UiTemplate

The Liquid template for the worker user interface.

Returns: