Uses of Interface
software.amazon.awssdk.services.sagemaker.model.HumanLoopActivationConfig.Builder
-
Packages that use HumanLoopActivationConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HumanLoopActivationConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HumanLoopActivationConfig.Builder Modifier and Type Method Description static HumanLoopActivationConfig.BuilderHumanLoopActivationConfig. builder()default HumanLoopActivationConfig.BuilderHumanLoopActivationConfig.Builder. humanLoopActivationConditionsConfig(Consumer<HumanLoopActivationConditionsConfig.Builder> humanLoopActivationConditionsConfig)Container structure for defining under what conditions SageMaker creates a human loop.HumanLoopActivationConfig.BuilderHumanLoopActivationConfig.Builder. humanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig)Container structure for defining under what conditions SageMaker creates a human loop.HumanLoopActivationConfig.BuilderHumanLoopActivationConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HumanLoopActivationConfig.Builder Modifier and Type Method Description static Class<? extends HumanLoopActivationConfig.Builder>HumanLoopActivationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type HumanLoopActivationConfig.Builder Modifier and Type Method Description default CreateFlowDefinitionRequest.BuilderCreateFlowDefinitionRequest.Builder. humanLoopActivationConfig(Consumer<HumanLoopActivationConfig.Builder> humanLoopActivationConfig)An object containing information about the events that trigger a human workflow.default DescribeFlowDefinitionResponse.BuilderDescribeFlowDefinitionResponse.Builder. humanLoopActivationConfig(Consumer<HumanLoopActivationConfig.Builder> humanLoopActivationConfig)An object containing information about what triggers a human review workflow.
-