Class: Aws::SageMaker::Types::CreateHumanTaskUiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateHumanTaskUiRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
7068 7069 7070 7071 7072 7073 7074 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7068 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.
7068 7069 7070 7071 7072 7073 7074 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7068 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.
7068 7069 7070 7071 7072 7073 7074 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7068 class CreateHumanTaskUiRequest < Struct.new( :human_task_ui_name, :ui_template, :tags) SENSITIVE = [] include Aws::Structure end |