public static interface FillMissingValues.Builder extends SdkPojo, CopyableBuilder<FillMissingValues.Builder,FillMissingValues>
| Modifier and Type | Method and Description |
|---|---|
FillMissingValues.Builder |
filledPath(String filledPath)
A JSON path to a variable in the data structure for the dataset that is filled.
|
FillMissingValues.Builder |
imputedPath(String imputedPath)
A JSON path to a variable in the data structure for the dataset that is imputed.
|
FillMissingValues.Builder |
inputs(Collection<String> inputs)
The data inputs identified by their node names.
|
FillMissingValues.Builder |
inputs(String... inputs)
The data inputs identified by their node names.
|
FillMissingValues.Builder |
name(String name)
The name of the transform node.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFillMissingValues.Builder name(String name)
The name of the transform node.
name - The name of the transform node.FillMissingValues.Builder inputs(Collection<String> inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.FillMissingValues.Builder inputs(String... inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.FillMissingValues.Builder imputedPath(String imputedPath)
A JSON path to a variable in the data structure for the dataset that is imputed.
imputedPath - A JSON path to a variable in the data structure for the dataset that is imputed.FillMissingValues.Builder filledPath(String filledPath)
A JSON path to a variable in the data structure for the dataset that is filled.
filledPath - A JSON path to a variable in the data structure for the dataset that is filled.Copyright © 2023. All rights reserved.