Class: Aws::SageMaker::Types::HumanTaskUiSummary

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

Overview

Container for human task user interface information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp when SageMaker created the human task user interface.

Returns:

  • (Time)


21412
21413
21414
21415
21416
21417
21418
# File 'lib/aws-sdk-sagemaker/types.rb', line 21412

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

#human_task_ui_arnString

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

Returns:

  • (String)


21412
21413
21414
21415
21416
21417
21418
# File 'lib/aws-sdk-sagemaker/types.rb', line 21412

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

#human_task_ui_nameString

The name of the human task user interface.

Returns:

  • (String)


21412
21413
21414
21415
21416
21417
21418
# File 'lib/aws-sdk-sagemaker/types.rb', line 21412

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