public static class AlgorithmBucketGenerator.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(Long maximumBucketSize,
String label)
Instantiates a new builder with required properties.
|
public AlgorithmBucketGenerator build()
public AlgorithmBucketGenerator.Builder addBucketGroupRecipe(AlgorithmBucketGroupStep bucketGroupRecipe)
bucketGroupRecipe
- the new bucketGroupRecipepublic AlgorithmBucketGenerator.Builder addBucketRecipe(AlgorithmBucketStep bucketRecipe)
bucketRecipe
- the new bucketRecipepublic AlgorithmBucketGenerator.Builder addInputs(AlgorithmInput inputs)
inputs
- the new inputspublic AlgorithmBucketGenerator.Builder bucketGroupRecipe(List<AlgorithmBucketGroupStep> bucketGroupRecipe)
bucketGroupRecipe
- the bucketGroupRecipepublic AlgorithmBucketGenerator.Builder maximumBucketSize(long maximumBucketSize)
maximumBucketSize
- the maximumBucketSizepublic AlgorithmBucketGenerator.Builder bucketRecipe(List<AlgorithmBucketStep> bucketRecipe)
bucketRecipe
- the bucketRecipepublic AlgorithmBucketGenerator.Builder inputs(List<AlgorithmInput> inputs)
inputs
- the inputspublic AlgorithmBucketGenerator.Builder label(String label)
label
- the labelCopyright © 2021 IBM Cloud. All rights reserved.