Uses of Class
software.amazon.awssdk.services.sagemaker.model.HumanLoopActivationConfig
-
Packages that use HumanLoopActivationConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HumanLoopActivationConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HumanLoopActivationConfig Modifier and Type Method Description HumanLoopActivationConfigCreateFlowDefinitionRequest. humanLoopActivationConfig()An object containing information about the events that trigger a human workflow.HumanLoopActivationConfigDescribeFlowDefinitionResponse. humanLoopActivationConfig()An object containing information about what triggers a human review workflow.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HumanLoopActivationConfig Modifier and Type Method Description CreateFlowDefinitionRequest.BuilderCreateFlowDefinitionRequest.Builder. humanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)An object containing information about the events that trigger a human workflow.DescribeFlowDefinitionResponse.BuilderDescribeFlowDefinitionResponse.Builder. humanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)An object containing information about what triggers a human review workflow.
-