Uses of Class
software.amazon.awssdk.services.rekognition.model.CustomizationFeatureConfig
-
Packages that use CustomizationFeatureConfig Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of CustomizationFeatureConfig in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return CustomizationFeatureConfig Modifier and Type Method Description CustomizationFeatureConfigCreateProjectVersionRequest. featureConfig()Feature-specific configuration of the training job.CustomizationFeatureConfigProjectVersionDescription. featureConfig()Feature specific configuration that was applied during training.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type CustomizationFeatureConfig Modifier and Type Method Description CreateProjectVersionRequest.BuilderCreateProjectVersionRequest.Builder. featureConfig(CustomizationFeatureConfig featureConfig)Feature-specific configuration of the training job.ProjectVersionDescription.BuilderProjectVersionDescription.Builder. featureConfig(CustomizationFeatureConfig featureConfig)Feature specific configuration that was applied during training.
-