Module: Aws::SageMaker::Client::_DescribeHumanTaskUiResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeHumanTaskUiResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #human_task_ui_arn ⇒ ::String
- #human_task_ui_name ⇒ ::String
- #human_task_ui_status ⇒ "Active", "Deleting"
- #ui_template ⇒ Types::UiTemplateInfo
Instance Method Details
#creation_time ⇒ ::Time
4254 |
# File 'sig/client.rbs', line 4254 def creation_time: () -> ::Time |
#human_task_ui_arn ⇒ ::String
4251 |
# File 'sig/client.rbs', line 4251 def human_task_ui_arn: () -> ::String |
#human_task_ui_name ⇒ ::String
4252 |
# File 'sig/client.rbs', line 4252 def human_task_ui_name: () -> ::String |
#human_task_ui_status ⇒ "Active", "Deleting"
4253 |
# File 'sig/client.rbs', line 4253 def human_task_ui_status: () -> ("Active" | "Deleting") |
#ui_template ⇒ Types::UiTemplateInfo
4255 |
# File 'sig/client.rbs', line 4255 def ui_template: () -> Types::UiTemplateInfo |