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

Class: Aws::AugmentedAIRuntime::Types::HumanLoopDataAttributes

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

Overview

Note:

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

{
  content_classifiers: ["FreeOfPersonallyIdentifiableInformation"], # required, accepts FreeOfPersonallyIdentifiableInformation, FreeOfAdultContent
}

Attributes of the data specified by the customer. Use these to describe the data to be labeled.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#content_classifiersArray<String>

Declares that your content is free of personally identifiable information or adult content.

Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.

Returns:

  • (Array<String>)

    Declares that your content is free of personally identifiable information or adult content.