| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LabelingJobDataAttributes |
LabelingJobDataAttributes.clone() |
LabelingJobDataAttributes |
LabelingJobInputConfig.getDataAttributes()
Attributes of the data specified by the customer.
|
LabelingJobDataAttributes |
LabelingJobDataAttributes.withContentClassifiers(Collection<String> contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
LabelingJobDataAttributes |
LabelingJobDataAttributes.withContentClassifiers(ContentClassifier... contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
LabelingJobDataAttributes |
LabelingJobDataAttributes.withContentClassifiers(String... contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabelingJobInputConfig.setDataAttributes(LabelingJobDataAttributes dataAttributes)
Attributes of the data specified by the customer.
|
LabelingJobInputConfig |
LabelingJobInputConfig.withDataAttributes(LabelingJobDataAttributes dataAttributes)
Attributes of the data specified by the customer.
|
Copyright © 2022. All rights reserved.