Uses of Class
software.amazon.awssdk.services.sagemaker.model.HumanLoopConfig
-
Packages that use HumanLoopConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HumanLoopConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HumanLoopConfig Modifier and Type Method Description HumanLoopConfigCreateFlowDefinitionRequest. humanLoopConfig()An object containing information about the tasks the human reviewers will perform.HumanLoopConfigDescribeFlowDefinitionResponse. humanLoopConfig()An object containing information about who works on the task, the workforce task price, and other task details.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HumanLoopConfig Modifier and Type Method Description CreateFlowDefinitionRequest.BuilderCreateFlowDefinitionRequest.Builder. humanLoopConfig(HumanLoopConfig humanLoopConfig)An object containing information about the tasks the human reviewers will perform.DescribeFlowDefinitionResponse.BuilderDescribeFlowDefinitionResponse.Builder. humanLoopConfig(HumanLoopConfig humanLoopConfig)An object containing information about who works on the task, the workforce task price, and other task details.
-