class Aws::SageMaker::Types::RenderUiTemplateRequest

@note When making an API call, you may pass RenderUiTemplateRequest

data as a hash:

    {
      ui_template: {
        content: "TemplateContent", # required
      },
      task: { # required
        input: "TaskInput", # required
      },
      role_arn: "RoleArn", # required
      human_task_ui_arn: "HumanTaskUiArn",
    }

@!attribute [rw] ui_template

A `Template` object containing the worker UI template to render.
@return [Types::UiTemplate]

@!attribute [rw] task

A `RenderableTask` object containing a representative task to
render.
@return [Types::RenderableTask]

@!attribute [rw] role_arn

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

@!attribute [rw] human_task_ui_arn

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RenderUiTemplateRequest AWS API Documentation

Constants

SENSITIVE