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.
7017 7018 7019 7020 7021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7017 class CreateHumanTaskUiResponse < Struct.new( :human_task_ui_arn) SENSITIVE = [] include Aws::Structure end |