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
Provides information about how and under what conditions SageMaker creates a human loop. If ‘HumanLoopActivationConfig` is not given, then all requests go to humans.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #human_loop_activation_conditions_config  ⇒ Types::HumanLoopActivationConditionsConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Container structure for defining under what conditions SageMaker creates a human loop.
 
Instance Attribute Details
#human_loop_activation_conditions_config ⇒ Types::HumanLoopActivationConditionsConfig
Container structure for defining under what conditions SageMaker creates a human loop.
      22728 22729 22730 22731 22732  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22728 class HumanLoopActivationConfig < Struct.new( :human_loop_activation_conditions_config) SENSITIVE = [] include Aws::Structure end  |