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
4210 |
# File 'sig/client.rbs', line 4210
def creation_time: () -> ::Time
|
#human_task_ui_arn ⇒ ::String
4207 |
# File 'sig/client.rbs', line 4207
def human_task_ui_arn: () -> ::String
|
#human_task_ui_name ⇒ ::String
4208 |
# File 'sig/client.rbs', line 4208
def human_task_ui_name: () -> ::String
|
#human_task_ui_status ⇒ "Active", "Deleting"
4209 |
# File 'sig/client.rbs', line 4209
def human_task_ui_status: () -> ("Active" | "Deleting")
|
#ui_template ⇒ Types::UiTemplateInfo
4211 |
# File 'sig/client.rbs', line 4211
def ui_template: () -> Types::UiTemplateInfo
|