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)


6613
6614
6615
6616
6617
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6613

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