Class: Aws::SageMaker::Types::CreateHumanTaskUiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateHumanTaskUiRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#human_task_ui_name ⇒ String
The name of the user interface you are creating.
-
#tags ⇒ 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_template ⇒ Types::UiTemplate
The Liquid template for the worker user interface.
Instance Attribute Details
#human_task_ui_name ⇒ String
The name of the user interface you are creating.
7107 7108 7109 7110 7111 7112 7113 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7107 class CreateHumanTaskUiRequest < Struct.new( :human_task_ui_name, :ui_template, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<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.
7107 7108 7109 7110 7111 7112 7113 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7107 class CreateHumanTaskUiRequest < Struct.new( :human_task_ui_name, :ui_template, :tags) SENSITIVE = [] include Aws::Structure end |
#ui_template ⇒ Types::UiTemplate
The Liquid template for the worker user interface.
7107 7108 7109 7110 7111 7112 7113 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7107 class CreateHumanTaskUiRequest < Struct.new( :human_task_ui_name, :ui_template, :tags) SENSITIVE = [] include Aws::Structure end |