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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


21406
21407
21408
21409
21410
21411
21412
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21406

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)


21406
21407
21408
21409
21410
21411
21412
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21406

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)


21406
21407
21408
21409
21410
21411
21412
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21406

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