Class: Aws::SageMaker::Types::DescribeHumanTaskUiResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The timestamp when the human task user interface was created.

Returns:

  • (Time)


14721
14722
14723
14724
14725
14726
14727
14728
14729
# File 'lib/aws-sdk-sagemaker/types.rb', line 14721

class DescribeHumanTaskUiResponse < Struct.new(
  :human_task_ui_arn,
  :human_task_ui_name,
  :human_task_ui_status,
  :creation_time,
  :ui_template)
  SENSITIVE = []
  include Aws::Structure
end

#human_task_ui_arnString

The Amazon Resource Name (ARN) of the human task user interface (worker task template).

Returns:

  • (String)


14721
14722
14723
14724
14725
14726
14727
14728
14729
# File 'lib/aws-sdk-sagemaker/types.rb', line 14721

class DescribeHumanTaskUiResponse < Struct.new(
  :human_task_ui_arn,
  :human_task_ui_name,
  :human_task_ui_status,
  :creation_time,
  :ui_template)
  SENSITIVE = []
  include Aws::Structure
end

#human_task_ui_nameString

The name of the human task user interface (worker task template).

Returns:

  • (String)


14721
14722
14723
14724
14725
14726
14727
14728
14729
# File 'lib/aws-sdk-sagemaker/types.rb', line 14721

class DescribeHumanTaskUiResponse < Struct.new(
  :human_task_ui_arn,
  :human_task_ui_name,
  :human_task_ui_status,
  :creation_time,
  :ui_template)
  SENSITIVE = []
  include Aws::Structure
end

#human_task_ui_statusString

The status of the human task user interface (worker task template). Valid values are listed below.

Returns:

  • (String)


14721
14722
14723
14724
14725
14726
14727
14728
14729
# File 'lib/aws-sdk-sagemaker/types.rb', line 14721

class DescribeHumanTaskUiResponse < Struct.new(
  :human_task_ui_arn,
  :human_task_ui_name,
  :human_task_ui_status,
  :creation_time,
  :ui_template)
  SENSITIVE = []
  include Aws::Structure
end

#ui_templateTypes::UiTemplateInfo

Container for user interface template information.



14721
14722
14723
14724
14725
14726
14727
14728
14729
# File 'lib/aws-sdk-sagemaker/types.rb', line 14721

class DescribeHumanTaskUiResponse < Struct.new(
  :human_task_ui_arn,
  :human_task_ui_name,
  :human_task_ui_status,
  :creation_time,
  :ui_template)
  SENSITIVE = []
  include Aws::Structure
end