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
4226 |
# File 'sig/client.rbs', line 4226
def creation_time: () -> ::Time
|
#human_task_ui_arn ⇒ ::String
4223 |
# File 'sig/client.rbs', line 4223
def human_task_ui_arn: () -> ::String
|
#human_task_ui_name ⇒ ::String
4224 |
# File 'sig/client.rbs', line 4224
def human_task_ui_name: () -> ::String
|
#human_task_ui_status ⇒ "Active", "Deleting"
4225 |
# File 'sig/client.rbs', line 4225
def human_task_ui_status: () -> ("Active" | "Deleting")
|
#ui_template ⇒ Types::UiTemplateInfo
4227 |
# File 'sig/client.rbs', line 4227
def ui_template: () -> Types::UiTemplateInfo
|