| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HumanLoopActivationConfig |
HumanLoopActivationConfig.clone() |
HumanLoopActivationConfig |
CreateFlowDefinitionRequest.getHumanLoopActivationConfig()
An object containing information about the events that trigger a human workflow.
|
HumanLoopActivationConfig |
DescribeFlowDefinitionResult.getHumanLoopActivationConfig()
An object containing information about what triggers a human review workflow.
|
HumanLoopActivationConfig |
HumanLoopActivationConfig.withHumanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig)
Container structure for defining under what conditions SageMaker creates a human loop.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFlowDefinitionRequest.setHumanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)
An object containing information about the events that trigger a human workflow.
|
void |
DescribeFlowDefinitionResult.setHumanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)
An object containing information about what triggers a human review workflow.
|
CreateFlowDefinitionRequest |
CreateFlowDefinitionRequest.withHumanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)
An object containing information about the events that trigger a human workflow.
|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withHumanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)
An object containing information about what triggers a human review workflow.
|
Copyright © 2024. All rights reserved.