Class: Aws::SageMaker::Types::HumanLoopActivationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::HumanLoopActivationConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass HumanLoopActivationConfig data as a hash:
{
human_loop_request_source: { # required
aws_managed_human_loop_request_source: "AWS/Rekognition/DetectModerationLabels/Image/V3", # required, accepts AWS/Rekognition/DetectModerationLabels/Image/V3, AWS/Textract/AnalyzeDocument/Forms/V1
},
human_loop_activation_conditions_config: { # required
human_loop_activation_conditions: "HumanLoopActivationConditions", # required
},
}
Provides information about how and under what conditions SageMaker creates a human loop. If ‘HumanLoopActivationConfig` is not given, then all requests go to humans.
Instance Attribute Summary collapse
-
#human_loop_activation_conditions_config ⇒ Types::HumanLoopActivationConditionsConfig
Container structure for defining under what conditions SageMaker creates a human loop.
-
#human_loop_request_source ⇒ Types::HumanLoopRequestSource
Container for configuring the source of human task requests.
Instance Attribute Details
#human_loop_activation_conditions_config ⇒ Types::HumanLoopActivationConditionsConfig
Container structure for defining under what conditions SageMaker creates a human loop.
9475 9476 9477 9478 9479 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9475 class HumanLoopActivationConfig < Struct.new( :human_loop_request_source, :human_loop_activation_conditions_config) include Aws::Structure end |
#human_loop_request_source ⇒ Types::HumanLoopRequestSource
Container for configuring the source of human task requests.
9475 9476 9477 9478 9479 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9475 class HumanLoopActivationConfig < Struct.new( :human_loop_request_source, :human_loop_activation_conditions_config) include Aws::Structure end |