| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HumanTaskConfig |
CreateLabelingJobRequest.humanTaskConfig()
Configures the labeling task and how it is presented to workers; including, but not limited to price, keywords,
and batch size (task count).
|
HumanTaskConfig |
DescribeLabelingJobResponse.humanTaskConfig()
Configuration information required for human workers to complete a labeling task.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.humanTaskConfig(HumanTaskConfig humanTaskConfig)
Configures the labeling task and how it is presented to workers; including, but not limited to price,
keywords, and batch size (task count).
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.humanTaskConfig(HumanTaskConfig humanTaskConfig)
Configuration information required for human workers to complete a labeling task.
|
Copyright © 2022. All rights reserved.