interface UiTemplateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnHumanTaskUi.UiTemplateProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnHumanTaskUi_UiTemplateProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnHumanTaskUi.UiTemplateProperty |
Python | aws_cdk.aws_sagemaker.CfnHumanTaskUi.UiTemplateProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnHumanTaskUi » UiTemplateProperty |
The Liquid template for the worker user interface.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const uiTemplateProperty: sagemaker.CfnHumanTaskUi.UiTemplateProperty = {
content: 'content',
};
Properties
| Name | Type | Description |
|---|---|---|
| content | string | The content of the Liquid template for the worker user interface. |
content
Type:
string
The content of the Liquid template for the worker user interface.

.NET
Go
Java
Python
TypeScript