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

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

#creation_timeTime

The timestamp when the human task user interface was created.

Returns:

  • (Time)


13817
13818
13819
13820
13821
13822
13823
13824
13825
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13817

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)


13817
13818
13819
13820
13821
13822
13823
13824
13825
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13817

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)


13817
13818
13819
13820
13821
13822
13823
13824
13825
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13817

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)


13817
13818
13819
13820
13821
13822
13823
13824
13825
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13817

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.



13817
13818
13819
13820
13821
13822
13823
13824
13825
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13817

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