Class: Aws::SageMaker::Types::HumanLoopActivationConditionsConfig

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass HumanLoopActivationConditionsConfig data as a hash:

{
  human_loop_activation_conditions: "HumanLoopActivationConditions", # required
}

Defines under what conditions SageMaker creates a human loop.

Instance Attribute Summary collapse

Instance Attribute Details

#human_loop_activation_conditionsString

JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract.

Returns:

  • (String)


9443
9444
9445
9446
# File 'lib/aws-sdk-sagemaker/types.rb', line 9443

class HumanLoopActivationConditionsConfig < Struct.new(
  :human_loop_activation_conditions)
  include Aws::Structure
end