Class: Aws::SageMaker::Types::CreateHumanTaskUiResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#human_task_ui_arnString

The Amazon Resource Name (ARN) of the human review workflow user interface you create.

Returns:

  • (String)


6814
6815
6816
6817
6818
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6814

class CreateHumanTaskUiResponse < Struct.new(
  :human_task_ui_arn)
  SENSITIVE = []
  include Aws::Structure
end