| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static UiConfig.Builder |
UiConfig.builder() |
UiConfig.Builder |
UiConfig.Builder.humanTaskUiArn(String humanTaskUiArn)
The ARN of the worker task template used to render the worker UI and tools for labeling job tasks.
|
UiConfig.Builder |
UiConfig.toBuilder() |
UiConfig.Builder |
UiConfig.Builder.uiTemplateS3Uri(String uiTemplateS3Uri)
The Amazon S3 bucket location of the UI template, or worker task template.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UiConfig.Builder> |
UiConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HumanTaskConfig.Builder |
HumanTaskConfig.Builder.uiConfig(Consumer<UiConfig.Builder> uiConfig)
Information about the user interface that workers use to complete the labeling task.
|
Copyright © 2022. All rights reserved.