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

Class: Aws::AugmentedAIRuntime::Types::StartHumanLoopRequest

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

Overview

Note:

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

{
  human_loop_name: "HumanLoopName", # required
  flow_definition_arn: "FlowDefinitionArn", # required
  human_loop_input: { # required
    input_content: "InputContent", # required
  },
  data_attributes: {
    content_classifiers: ["FreeOfPersonallyIdentifiableInformation"], # required, accepts FreeOfPersonallyIdentifiableInformation, FreeOfAdultContent
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#data_attributesTypes::HumanLoopDataAttributes

Attributes of the specified data. Use DataAttributes to specify if your data is free of personally identifiable information and/or free of adult content.

Returns:

#flow_definition_arnString

The Amazon Resource Name (ARN) of the flow definition associated with this human loop.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the flow definition associated with this human loop.

#human_loop_inputTypes::HumanLoopInput

An object that contains information about the human loop.

Returns:

#human_loop_nameString

The name of the human loop.

Returns:

  • (String)

    The name of the human loop.