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