/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Attributes of the data specified by the customer. Use these to describe the
* data to be labeled.See Also:
AWS
* API Reference
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.
*/ inline const Aws::VectorDeclares 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.
*/ inline bool ContentClassifiersHasBeenSet() const { return m_contentClassifiersHasBeenSet; } /** *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.
*/ inline void SetContentClassifiers(const Aws::VectorDeclares 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.
*/ inline void SetContentClassifiers(Aws::VectorDeclares 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.
*/ inline HumanLoopDataAttributes& WithContentClassifiers(const Aws::VectorDeclares 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.
*/ inline HumanLoopDataAttributes& WithContentClassifiers(Aws::VectorDeclares 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.
*/ inline HumanLoopDataAttributes& AddContentClassifiers(const ContentClassifier& value) { m_contentClassifiersHasBeenSet = true; m_contentClassifiers.push_back(value); return *this; } /** *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.
*/ inline HumanLoopDataAttributes& AddContentClassifiers(ContentClassifier&& value) { m_contentClassifiersHasBeenSet = true; m_contentClassifiers.push_back(std::move(value)); return *this; } private: Aws::Vector