Table Vertical Featurization Settings Args
data class TableVerticalFeaturizationSettingsArgs(val blockedTransformers: Output<List<Either<String, BlockedTransformers>>>? = null, val columnNameAndTypes: Output<Map<String, String>>? = null, val datasetLanguage: Output<String>? = null, val enableDnnFeaturization: Output<Boolean>? = null, val mode: Output<Either<String, FeaturizationMode>>? = null, val transformerParams: Output<Map<String, List<ColumnTransformerArgs>>>? = null) : ConvertibleToJava<TableVerticalFeaturizationSettingsArgs>
Featurization Configuration.
Constructors
Link copied to clipboard
fun TableVerticalFeaturizationSettingsArgs(blockedTransformers: Output<List<Either<String, BlockedTransformers>>>? = null, columnNameAndTypes: Output<Map<String, String>>? = null, datasetLanguage: Output<String>? = null, enableDnnFeaturization: Output<Boolean>? = null, mode: Output<Either<String, FeaturizationMode>>? = null, transformerParams: Output<Map<String, List<ColumnTransformerArgs>>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of the data in featurization phase. If 'Off' is selected then no featurization is done. If 'Custom' is selected then user can specify additional inputs to customize how featurization is done.