public class HumanLoopDataAttributes
extends java.lang.Object
implements java.io.Serializable
Allows you to set attributes of the image. Currently, you can declare an image as free of personally identifiable information.
Constructor and Description |
---|
HumanLoopDataAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getContentClassifiers()
Sets whether the input image is free of personally identifiable
information.
|
int |
hashCode() |
void |
setContentClassifiers(java.util.Collection<java.lang.String> contentClassifiers)
Sets whether the input image is free of personally identifiable
information.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HumanLoopDataAttributes |
withContentClassifiers(java.util.Collection<java.lang.String> contentClassifiers)
Sets whether the input image is free of personally identifiable
information.
|
HumanLoopDataAttributes |
withContentClassifiers(java.lang.String... contentClassifiers)
Sets whether the input image is free of personally identifiable
information.
|
public java.util.List<java.lang.String> getContentClassifiers()
Sets whether the input image is free of personally identifiable information.
Sets whether the input image is free of personally identifiable information.
public void setContentClassifiers(java.util.Collection<java.lang.String> contentClassifiers)
Sets whether the input image is free of personally identifiable information.
contentClassifiers
- Sets whether the input image is free of personally identifiable information.
public HumanLoopDataAttributes withContentClassifiers(java.lang.String... contentClassifiers)
Sets whether the input image is free of personally identifiable information.
Returns a reference to this object so that method calls can be chained together.
contentClassifiers
- Sets whether the input image is free of personally identifiable information.
public HumanLoopDataAttributes withContentClassifiers(java.util.Collection<java.lang.String> contentClassifiers)
Sets whether the input image is free of personally identifiable information.
Returns a reference to this object so that method calls can be chained together.
contentClassifiers
- Sets whether the input image is free of personally identifiable information.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.