You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing HumanLoopActivationConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  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.

Returned by:

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.

Returns: