Uses of Interface
software.amazon.awssdk.services.sagemakera2iruntime.model.HumanLoopDataAttributes.Builder
-
Packages that use HumanLoopDataAttributes.Builder Package Description software.amazon.awssdk.services.sagemakera2iruntime.model -
-
Uses of HumanLoopDataAttributes.Builder in software.amazon.awssdk.services.sagemakera2iruntime.model
Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return HumanLoopDataAttributes.Builder Modifier and Type Method Description static HumanLoopDataAttributes.BuilderHumanLoopDataAttributes. builder()HumanLoopDataAttributes.BuilderHumanLoopDataAttributes.Builder. contentClassifiers(Collection<ContentClassifier> contentClassifiers)Declares that your content is free of personally identifiable information or adult content.HumanLoopDataAttributes.BuilderHumanLoopDataAttributes.Builder. contentClassifiers(ContentClassifier... contentClassifiers)Declares that your content is free of personally identifiable information or adult content.HumanLoopDataAttributes.BuilderHumanLoopDataAttributes.Builder. contentClassifiersWithStrings(String... contentClassifiers)Declares that your content is free of personally identifiable information or adult content.HumanLoopDataAttributes.BuilderHumanLoopDataAttributes.Builder. contentClassifiersWithStrings(Collection<String> contentClassifiers)Declares that your content is free of personally identifiable information or adult content.HumanLoopDataAttributes.BuilderHumanLoopDataAttributes. toBuilder()Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return types with arguments of type HumanLoopDataAttributes.Builder Modifier and Type Method Description static Class<? extends HumanLoopDataAttributes.Builder>HumanLoopDataAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakera2iruntime.model with type arguments of type HumanLoopDataAttributes.Builder Modifier and Type Method Description default StartHumanLoopRequest.BuilderStartHumanLoopRequest.Builder. dataAttributes(Consumer<HumanLoopDataAttributes.Builder> dataAttributes)Attributes of the specified data.
-