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

Class: Aws::SageMaker::Types::HumanLoopRequestSource

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

Overview

Note:

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

{
  aws_managed_human_loop_request_source: "AWS/Rekognition/DetectModerationLabels/Image/V3", # required, accepts AWS/Rekognition/DetectModerationLabels/Image/V3, AWS/Textract/AnalyzeDocument/Forms/V1
}

Container for configuring the source of human task requests.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aws_managed_human_loop_request_sourceString

Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:

Possible values:

  • AWS/Rekognition/DetectModerationLabels/Image/V3
  • AWS/Textract/AnalyzeDocument/Forms/V1

Returns:

  • (String)

    Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source.