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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#human_task_ui_nameString

The name of the user interface you are creating.

Returns:

  • (String)


6598
6599
6600
6601
6602
6603
6604
# File 'lib/aws-sdk-sagemaker/types.rb', line 6598

class CreateHumanTaskUiRequest < Struct.new(
  :human_task_ui_name,
  :ui_template,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#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:



6598
6599
6600
6601
6602
6603
6604
# File 'lib/aws-sdk-sagemaker/types.rb', line 6598

class CreateHumanTaskUiRequest < Struct.new(
  :human_task_ui_name,
  :ui_template,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ui_templateTypes::UiTemplate

The Liquid template for the worker user interface.

Returns:



6598
6599
6600
6601
6602
6603
6604
# File 'lib/aws-sdk-sagemaker/types.rb', line 6598

class CreateHumanTaskUiRequest < Struct.new(
  :human_task_ui_name,
  :ui_template,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end