Uses of Class
software.amazon.awssdk.services.forecast.model.Featurization
-
Packages that use Featurization Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of Featurization in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type Featurization Modifier and Type Method Description List<Featurization>FeaturizationConfig. featurizations()An array of featurization (transformation) information for the fields of a dataset.Methods in software.amazon.awssdk.services.forecast.model with parameters of type Featurization Modifier and Type Method Description FeaturizationConfig.BuilderFeaturizationConfig.Builder. featurizations(Featurization... featurizations)An array of featurization (transformation) information for the fields of a dataset.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type Featurization Modifier and Type Method Description FeaturizationConfig.BuilderFeaturizationConfig.Builder. featurizations(Collection<Featurization> featurizations)An array of featurization (transformation) information for the fields of a dataset.
-