TableVerticalFeaturizationSettingsArgs

constructor(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)