Class: Aws::SageMaker::Types::DescribeHumanTaskUiRequest

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_nameString

The name of the human task user interface (worker task template) you want information about.

Returns:

  • (String)


13754
13755
13756
13757
13758
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13754

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