sagemaker_render_ui_template: Renders the UI template so that you can preview the worker's...

View source: R/sagemaker_operations.R

sagemaker_render_ui_templateR Documentation

Renders the UI template so that you can preview the worker's experience

Description

Renders the UI template so that you can preview the worker's experience.

See https://www.paws-r-sdk.com/docs/sagemaker_render_ui_template/ for full documentation.

Usage

sagemaker_render_ui_template(
  UiTemplate = NULL,
  Task,
  RoleArn,
  HumanTaskUiArn = NULL
)

Arguments

UiTemplate

A Template object containing the worker UI template to render.

Task

[required] A RenderableTask object containing a representative task to render.

RoleArn

[required] The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.

HumanTaskUiArn

The HumanTaskUiArn of the worker UI that you want to render. Do not provide a HumanTaskUiArn if you use the UiTemplate parameter.

See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.