AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the RenderUiTemplate operation. Renders the UI template so that you can preview the worker's experience.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.RenderUiTemplateRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class RenderUiTemplateRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The RenderUiTemplateRequest type exposes the following members

Constructors

NameDescription
Public Method RenderUiTemplateRequest()

Properties

NameTypeDescription
Public Property HumanTaskUiArn System.String

Gets and sets the property 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.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

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

Public Property Task Amazon.SageMaker.Model.RenderableTask

Gets and sets the property Task.

A RenderableTask object containing a representative task to render.

Public Property UiTemplate Amazon.SageMaker.Model.UiTemplate

Gets and sets the property UiTemplate.

A Template object containing the worker UI template to render.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5