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

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

Overview

Defines under what conditions SageMaker creates a human loop. Used within [CreateFlowDefinition]. See

HumanLoopActivationConditionsConfig][2

for the required format of

activation conditions.

[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateFlowDefinition.html [2]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_HumanLoopActivationConditionsConfig.html

Constant Summary collapse

SENSITIVE =
[]

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. For more information about how to structure the JSON, see [JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI] in the *Amazon SageMaker Developer Guide*.

[1]: docs.aws.amazon.com/sagemaker/latest/dg/a2i-human-fallback-conditions-json-schema.html

Returns:

  • (String)


20311
20312
20313
20314
20315
# File 'lib/aws-sdk-sagemaker/types.rb', line 20311

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