| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static HumanLoopActivationConfig.Builder |
HumanLoopActivationConfig.builder() |
default HumanLoopActivationConfig.Builder |
HumanLoopActivationConfig.Builder.humanLoopActivationConditionsConfig(Consumer<HumanLoopActivationConditionsConfig.Builder> humanLoopActivationConditionsConfig)
Container structure for defining under what conditions SageMaker creates a human loop.
|
HumanLoopActivationConfig.Builder |
HumanLoopActivationConfig.Builder.humanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig)
Container structure for defining under what conditions SageMaker creates a human loop.
|
HumanLoopActivationConfig.Builder |
HumanLoopActivationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HumanLoopActivationConfig.Builder> |
HumanLoopActivationConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopActivationConfig(Consumer<HumanLoopActivationConfig.Builder> humanLoopActivationConfig)
An object containing information about the events that trigger a human workflow.
|
default DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.humanLoopActivationConfig(Consumer<HumanLoopActivationConfig.Builder> humanLoopActivationConfig)
An object containing information about what triggers a human review workflow.
|
Copyright © 2022. All rights reserved.