| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakera2iruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static HumanReviewDataAttributes.Builder |
HumanReviewDataAttributes.builder() |
HumanReviewDataAttributes.Builder |
HumanReviewDataAttributes.Builder.contentClassifiers(Collection<ContentClassifier> contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
HumanReviewDataAttributes.Builder |
HumanReviewDataAttributes.Builder.contentClassifiers(ContentClassifier... contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
HumanReviewDataAttributes.Builder |
HumanReviewDataAttributes.Builder.contentClassifiersWithStrings(Collection<String> contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
HumanReviewDataAttributes.Builder |
HumanReviewDataAttributes.Builder.contentClassifiersWithStrings(String... contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
HumanReviewDataAttributes.Builder |
HumanReviewDataAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HumanReviewDataAttributes.Builder> |
HumanReviewDataAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartHumanLoopRequest.Builder |
StartHumanLoopRequest.Builder.dataAttributes(Consumer<HumanReviewDataAttributes.Builder> dataAttributes)
Attributes of the data specified by the customer.
|
Copyright © 2020. All rights reserved.