Uses of Class
software.amazon.awssdk.services.sagemaker.model.HumanTaskConfig
-
Packages that use HumanTaskConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HumanTaskConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HumanTaskConfig Modifier and Type Method Description HumanTaskConfigCreateLabelingJobRequest. humanTaskConfig()Configures the labeling task and how it is presented to workers; including, but not limited to price, keywords, and batch size (task count).HumanTaskConfigDescribeLabelingJobResponse. humanTaskConfig()Configuration information required for human workers to complete a labeling task.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HumanTaskConfig Modifier and Type Method Description CreateLabelingJobRequest.BuilderCreateLabelingJobRequest.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.BuilderDescribeLabelingJobResponse.Builder. humanTaskConfig(HumanTaskConfig humanTaskConfig)Configuration information required for human workers to complete a labeling task.
-