Class: Aws::SageMaker::Types::CreateHumanTaskUiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateHumanTaskUiResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#human_task_ui_arn ⇒ String
The Amazon Resource Name (ARN) of the human review workflow user interface you create.
Instance Attribute Details
#human_task_ui_arn ⇒ String
The Amazon Resource Name (ARN) of the human review workflow user interface you create.
7083 7084 7085 7086 7087 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7083 class CreateHumanTaskUiResponse < Struct.new( :human_task_ui_arn) SENSITIVE = [] include Aws::Structure end |