| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
EntityDetectorConfiguration |
EntityDetectorConfiguration.clone() |
EntityDetectorConfiguration |
ProfileConfiguration.getEntityDetectorConfiguration()
Configuration of entity detection for a profile job.
|
EntityDetectorConfiguration |
EntityDetectorConfiguration.withAllowedStatistics(AllowedStatistics... allowedStatistics)
Configuration of statistics that are allowed to be run on columns that contain detected entities.
|
EntityDetectorConfiguration |
EntityDetectorConfiguration.withAllowedStatistics(Collection<AllowedStatistics> allowedStatistics)
Configuration of statistics that are allowed to be run on columns that contain detected entities.
|
EntityDetectorConfiguration |
EntityDetectorConfiguration.withEntityTypes(Collection<String> entityTypes)
Entity types to detect.
|
EntityDetectorConfiguration |
EntityDetectorConfiguration.withEntityTypes(String... entityTypes)
Entity types to detect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileConfiguration.setEntityDetectorConfiguration(EntityDetectorConfiguration entityDetectorConfiguration)
Configuration of entity detection for a profile job.
|
ProfileConfiguration |
ProfileConfiguration.withEntityDetectorConfiguration(EntityDetectorConfiguration entityDetectorConfiguration)
Configuration of entity detection for a profile job.
|
Copyright © 2025. All rights reserved.