public static class AlgorithmStandardizer.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(List<AlgorithmStandardizerStep> standardizerRecipe,
List<AlgorithmInput> inputs,
String label)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
AlgorithmStandardizer.Builder |
addInputs(AlgorithmInput inputs)
Adds an inputs to inputs.
|
AlgorithmStandardizer.Builder |
addStandardizerRecipe(AlgorithmStandardizerStep standardizerRecipe)
Adds an standardizerRecipe to standardizerRecipe.
|
AlgorithmStandardizer |
build()
Builds a AlgorithmStandardizer.
|
AlgorithmStandardizer.Builder |
inputs(List<AlgorithmInput> inputs)
Set the inputs.
|
AlgorithmStandardizer.Builder |
label(String label)
Set the label.
|
AlgorithmStandardizer.Builder |
standardizerRecipe(List<AlgorithmStandardizerStep> standardizerRecipe)
Set the standardizerRecipe.
|
public Builder()
public Builder(List<AlgorithmStandardizerStep> standardizerRecipe, List<AlgorithmInput> inputs, String label)
standardizerRecipe
- the standardizerRecipeinputs
- the inputslabel
- the labelpublic AlgorithmStandardizer build()
public AlgorithmStandardizer.Builder addStandardizerRecipe(AlgorithmStandardizerStep standardizerRecipe)
standardizerRecipe
- the new standardizerRecipepublic AlgorithmStandardizer.Builder addInputs(AlgorithmInput inputs)
inputs
- the new inputspublic AlgorithmStandardizer.Builder standardizerRecipe(List<AlgorithmStandardizerStep> standardizerRecipe)
standardizerRecipe
- the standardizerRecipepublic AlgorithmStandardizer.Builder inputs(List<AlgorithmInput> inputs)
inputs
- the inputspublic AlgorithmStandardizer.Builder label(String label)
label
- the labelCopyright © 2021 IBM Cloud. All rights reserved.