@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HumanLoopDataAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Attributes of the data specified by the customer. Use these to describe the data to be labeled.
Constructor and Description |
---|
HumanLoopDataAttributes() |
Modifier and Type | Method and Description |
---|---|
HumanLoopDataAttributes |
clone() |
boolean |
equals(Object obj) |
List<String> |
getContentClassifiers()
Declares that your content is free of personally identifiable information or adult content.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContentClassifiers(Collection<String> contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
String |
toString()
Returns a string representation of this object.
|
HumanLoopDataAttributes |
withContentClassifiers(Collection<String> contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
HumanLoopDataAttributes |
withContentClassifiers(ContentClassifier... contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
HumanLoopDataAttributes |
withContentClassifiers(String... contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
public List<String> getContentClassifiers()
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.
Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.
ContentClassifier
public void setContentClassifiers(Collection<String> contentClassifiers)
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.
contentClassifiers
- 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.
ContentClassifier
public HumanLoopDataAttributes withContentClassifiers(String... contentClassifiers)
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.
NOTE: This method appends the values to the existing list (if any). Use
setContentClassifiers(java.util.Collection)
or withContentClassifiers(java.util.Collection)
if
you want to override the existing values.
contentClassifiers
- 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.
ContentClassifier
public HumanLoopDataAttributes withContentClassifiers(Collection<String> contentClassifiers)
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.
contentClassifiers
- 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.
ContentClassifier
public HumanLoopDataAttributes withContentClassifiers(ContentClassifier... contentClassifiers)
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.
contentClassifiers
- 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.
ContentClassifier
public String toString()
toString
in class Object
Object.toString()
public HumanLoopDataAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.