Class: Aws::SageMaker::Types::HumanLoopActivationConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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

Instance Attribute Details

#human_loop_activation_conditions_configTypes::HumanLoopActivationConditionsConfig

Container structure for defining under what conditions SageMaker creates a human loop.



21497
21498
21499
21500
21501
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21497

class HumanLoopActivationConfig < Struct.new(
  :human_loop_activation_conditions_config)
  SENSITIVE = []
  include Aws::Structure
end