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)


5995
5996
5997
5998
5999
6000
6001
# File 'lib/aws-sdk-sagemaker/types.rb', line 5995

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:



5995
5996
5997
5998
5999
6000
6001
# File 'lib/aws-sdk-sagemaker/types.rb', line 5995

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:



5995
5996
5997
5998
5999
6000
6001
# File 'lib/aws-sdk-sagemaker/types.rb', line 5995

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