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