Uses of Class
software.amazon.awssdk.services.forecast.model.FeaturizationMethod
-
Packages that use FeaturizationMethod Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of FeaturizationMethod in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type FeaturizationMethod Modifier and Type Method Description List<FeaturizationMethod>Featurization. featurizationPipeline()An array of oneFeaturizationMethodobject that specifies the feature transformation method.Methods in software.amazon.awssdk.services.forecast.model with parameters of type FeaturizationMethod Modifier and Type Method Description Featurization.BuilderFeaturization.Builder. featurizationPipeline(FeaturizationMethod... featurizationPipeline)An array of oneFeaturizationMethodobject that specifies the feature transformation method.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type FeaturizationMethod Modifier and Type Method Description Featurization.BuilderFeaturization.Builder. featurizationPipeline(Collection<FeaturizationMethod> featurizationPipeline)An array of oneFeaturizationMethodobject that specifies the feature transformation method.
-