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)


19946
19947
19948
19949
19950
19951
19952
# File 'lib/aws-sdk-sagemaker/types.rb', line 19946

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)


19946
19947
19948
19949
19950
19951
19952
# File 'lib/aws-sdk-sagemaker/types.rb', line 19946

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)


19946
19947
19948
19949
19950
19951
19952
# File 'lib/aws-sdk-sagemaker/types.rb', line 19946

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