You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The timestamp when the human task user interface was created.

Returns:

  • (Time)

    The timestamp when the human task user interface was created.

#human_task_ui_arnString

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

Returns:

  • (String)

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

#human_task_ui_nameString

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

Returns:

  • (String)

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

#human_task_ui_statusString

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

Possible values:

  • Active
  • Deleting

Returns:

  • (String)

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

#ui_templateTypes::UiTemplateInfo

Container for user interface template information.

Returns: