Uses of Interface
software.amazon.awssdk.services.comprehend.model.EntityRecognizerOutputDataConfig.Builder
-
Packages that use EntityRecognizerOutputDataConfig.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntityRecognizerOutputDataConfig.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EntityRecognizerOutputDataConfig.Builder Modifier and Type Method Description static EntityRecognizerOutputDataConfig.BuilderEntityRecognizerOutputDataConfig. builder()EntityRecognizerOutputDataConfig.BuilderEntityRecognizerOutputDataConfig.Builder. flywheelStatsS3Prefix(String flywheelStatsS3Prefix)The Amazon S3 prefix for the data lake location of the flywheel statistics.EntityRecognizerOutputDataConfig.BuilderEntityRecognizerOutputDataConfig. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type EntityRecognizerOutputDataConfig.Builder Modifier and Type Method Description static Class<? extends EntityRecognizerOutputDataConfig.Builder>EntityRecognizerOutputDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type EntityRecognizerOutputDataConfig.Builder Modifier and Type Method Description default EntityRecognizerProperties.BuilderEntityRecognizerProperties.Builder. outputDataConfig(Consumer<EntityRecognizerOutputDataConfig.Builder> outputDataConfig)Output data configuration.
-