| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static HumanLoopDataAttributes.Builder |
HumanLoopDataAttributes.builder() |
HumanLoopDataAttributes.Builder |
HumanLoopDataAttributes.Builder.contentClassifiers(Collection<ContentClassifier> contentClassifiers)
Sets whether the input image is free of personally identifiable information.
|
HumanLoopDataAttributes.Builder |
HumanLoopDataAttributes.Builder.contentClassifiers(ContentClassifier... contentClassifiers)
Sets whether the input image is free of personally identifiable information.
|
HumanLoopDataAttributes.Builder |
HumanLoopDataAttributes.Builder.contentClassifiersWithStrings(Collection<String> contentClassifiers)
Sets whether the input image is free of personally identifiable information.
|
HumanLoopDataAttributes.Builder |
HumanLoopDataAttributes.Builder.contentClassifiersWithStrings(String... contentClassifiers)
Sets whether the input image is free of personally identifiable information.
|
HumanLoopDataAttributes.Builder |
HumanLoopDataAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HumanLoopDataAttributes.Builder> |
HumanLoopDataAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HumanLoopConfig.Builder |
HumanLoopConfig.Builder.dataAttributes(Consumer<HumanLoopDataAttributes.Builder> dataAttributes)
Sets attributes of the input data.
|
Copyright © 2020. All rights reserved.