| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
UiConfig |
UiConfig.clone() |
UiConfig |
HumanTaskConfig.getUiConfig()
Information about the user interface that workers use to complete the labeling task.
|
UiConfig |
UiConfig.withHumanTaskUiArn(String humanTaskUiArn)
The ARN of the worker task template used to render the worker UI and tools for labeling job tasks.
|
UiConfig |
UiConfig.withUiTemplateS3Uri(String uiTemplateS3Uri)
The Amazon S3 bucket location of the UI template, or worker task template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HumanTaskConfig.setUiConfig(UiConfig uiConfig)
Information about the user interface that workers use to complete the labeling task.
|
HumanTaskConfig |
HumanTaskConfig.withUiConfig(UiConfig uiConfig)
Information about the user interface that workers use to complete the labeling task.
|
Copyright © 2022. All rights reserved.