| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
FillMissingValues |
FillMissingValues.clone() |
FillMissingValues |
CodeGenConfigurationNode.getFillMissingValues()
Specifies a transform that locates records in the dataset that have missing values and adds a new field with a
value determined by imputation.
|
FillMissingValues |
FillMissingValues.withFilledPath(String filledPath)
A JSON path to a variable in the data structure for the dataset that is filled.
|
FillMissingValues |
FillMissingValues.withImputedPath(String imputedPath)
A JSON path to a variable in the data structure for the dataset that is imputed.
|
FillMissingValues |
FillMissingValues.withInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
FillMissingValues |
FillMissingValues.withInputs(String... inputs)
The data inputs identified by their node names.
|
FillMissingValues |
FillMissingValues.withName(String name)
The name of the transform node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setFillMissingValues(FillMissingValues fillMissingValues)
Specifies a transform that locates records in the dataset that have missing values and adds a new field with a
value determined by imputation.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withFillMissingValues(FillMissingValues fillMissingValues)
Specifies a transform that locates records in the dataset that have missing values and adds a new field with a
value determined by imputation.
|
Copyright © 2022. All rights reserved.