Package | Description |
---|---|
com.ibm.analytics.mdm.v0.model |
Modifier and Type | Method and Description |
---|---|
AlgorithmStandardizerStep |
AlgorithmStandardizerStep.Builder.build()
Builds a AlgorithmStandardizerStep.
|
Modifier and Type | Method and Description |
---|---|
List<AlgorithmStandardizerStep> |
AlgorithmStandardizer.standardizerRecipe()
Gets the standardizerRecipe.
|
Modifier and Type | Method and Description |
---|---|
AlgorithmStandardizer.Builder |
AlgorithmStandardizer.Builder.addStandardizerRecipe(AlgorithmStandardizerStep standardizerRecipe)
Adds an standardizerRecipe to standardizerRecipe.
|
Modifier and Type | Method and Description |
---|---|
AlgorithmStandardizer.Builder |
AlgorithmStandardizer.Builder.standardizerRecipe(List<AlgorithmStandardizerStep> standardizerRecipe)
Set the standardizerRecipe.
|
Constructor and Description |
---|
Builder(List<AlgorithmStandardizerStep> standardizerRecipe,
List<AlgorithmInput> inputs,
String label)
Instantiates a new builder with required properties.
|
Copyright © 2021 IBM Cloud. All rights reserved.