Renders the UI template so that you can preview the worker's experience
Renders the UI template so that you can preview the worker's experience.
sagemaker_render_ui_template(UiTemplate, Task, RoleArn, HumanTaskUiArn)
UiTemplate |
A |
Task |
[required] A |
RoleArn |
[required] The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template. |
HumanTaskUiArn |
The See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig. |
A list with the following syntax:
list( RenderedContent = "string", Errors = list( list( Code = "string", Message = "string" ) ) )
svc$render_ui_template( UiTemplate = list( Content = "string" ), Task = list( Input = "string" ), RoleArn = "string", HumanTaskUiArn = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.