Uses of Class
software.amazon.awssdk.services.forecast.model.FeaturizationConfig
-
Packages that use FeaturizationConfig Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of FeaturizationConfig in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return FeaturizationConfig Modifier and Type Method Description FeaturizationConfigCreatePredictorRequest. featurizationConfig()The featurization configuration.FeaturizationConfigDescribePredictorResponse. featurizationConfig()The featurization configuration.Methods in software.amazon.awssdk.services.forecast.model with parameters of type FeaturizationConfig Modifier and Type Method Description CreatePredictorRequest.BuilderCreatePredictorRequest.Builder. featurizationConfig(FeaturizationConfig featurizationConfig)The featurization configuration.DescribePredictorResponse.BuilderDescribePredictorResponse.Builder. featurizationConfig(FeaturizationConfig featurizationConfig)The featurization configuration.
-