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