Uses of Class
software.amazon.awssdk.services.sagemaker.model.HumanLoopRequestSource
-
Packages that use HumanLoopRequestSource Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HumanLoopRequestSource in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HumanLoopRequestSource Modifier and Type Method Description HumanLoopRequestSource
CreateFlowDefinitionRequest. humanLoopRequestSource()
Container for configuring the source of human task requests.HumanLoopRequestSource
DescribeFlowDefinitionResponse. humanLoopRequestSource()
Container for configuring the source of human task requests.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HumanLoopRequestSource Modifier and Type Method Description CreateFlowDefinitionRequest.Builder
CreateFlowDefinitionRequest.Builder. humanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests.DescribeFlowDefinitionResponse.Builder
DescribeFlowDefinitionResponse.Builder. humanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests.
-