| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.ColumnImportance
Description
Documentation
data ColumnImportance Source #
A structure containing the column name and column importance score for a column.
Column importance helps you understand how columns contribute to your model, by identifying which columns in your records are more important than others.
See: newColumnImportance smart constructor.
Constructors
| ColumnImportance' | |
Fields
| |
Instances
newColumnImportance :: ColumnImportance Source #
Create a value of ColumnImportance with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:columnName:ColumnImportance', columnImportance_columnName - The name of a column.
$sel:importance:ColumnImportance', columnImportance_importance - The column importance score for the column, as a decimal.
columnImportance_columnName :: Lens' ColumnImportance (Maybe Text) Source #
The name of a column.
columnImportance_importance :: Lens' ColumnImportance (Maybe Double) Source #
The column importance score for the column, as a decimal.