@Generated(value="software.amazon.awssdk:codegen") public final class LabelingJobDataAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelingJobDataAttributes.Builder,LabelingJobDataAttributes>
Attributes of the data specified by the customer. Use these to describe the data to be labeled.
Modifier and Type | Class and Description |
---|---|
static interface |
LabelingJobDataAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
static LabelingJobDataAttributes.Builder |
builder() |
List<ContentClassifier> |
contentClassifiers()
Declares that your content is free of personally identifiable information or adult content.
|
List<String> |
contentClassifiersAsStrings()
Declares that your content is free of personally identifiable information or adult content.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LabelingJobDataAttributes.Builder> |
serializableBuilderClass() |
LabelingJobDataAttributes.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<ContentClassifier> contentClassifiers()
Declares that your content is free of personally identifiable information or adult content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> contentClassifiersAsStrings()
Declares that your content is free of personally identifiable information or adult content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public LabelingJobDataAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LabelingJobDataAttributes.Builder,LabelingJobDataAttributes>
public static LabelingJobDataAttributes.Builder builder()
public static Class<? extends LabelingJobDataAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.