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

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

Overview

Note:

When making an API call, you may pass DescribeHumanTaskUiRequest data as a hash:

{
  human_task_ui_name: "HumanTaskUiName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#human_task_ui_nameString

The name of the human task user interface you want information about.

Returns:

  • (String)


6914
6915
6916
6917
# File 'lib/aws-sdk-sagemaker/types.rb', line 6914

class DescribeHumanTaskUiRequest < Struct.new(
  :human_task_ui_name)
  include Aws::Structure
end