Package | Description |
---|---|
com.ibm.analytics.mdm.v0.model |
Modifier and Type | Method and Description |
---|---|
AlgorithmBucketGenerator.Builder |
AlgorithmBucketGenerator.Builder.addBucketGroupRecipe(AlgorithmBucketGroupStep bucketGroupRecipe)
Adds an bucketGroupRecipe to bucketGroupRecipe.
|
AlgorithmBucketGenerator.Builder |
AlgorithmBucketGenerator.Builder.addBucketRecipe(AlgorithmBucketStep bucketRecipe)
Adds an bucketRecipe to bucketRecipe.
|
AlgorithmBucketGenerator.Builder |
AlgorithmBucketGenerator.Builder.addInputs(AlgorithmInput inputs)
Adds an inputs to inputs.
|
AlgorithmBucketGenerator.Builder |
AlgorithmBucketGenerator.Builder.bucketGroupRecipe(List<AlgorithmBucketGroupStep> bucketGroupRecipe)
Set the bucketGroupRecipe.
|
AlgorithmBucketGenerator.Builder |
AlgorithmBucketGenerator.Builder.bucketRecipe(List<AlgorithmBucketStep> bucketRecipe)
Set the bucketRecipe.
|
AlgorithmBucketGenerator.Builder |
AlgorithmBucketGenerator.Builder.inputs(List<AlgorithmInput> inputs)
Set the inputs.
|
AlgorithmBucketGenerator.Builder |
AlgorithmBucketGenerator.Builder.label(String label)
Set the label.
|
AlgorithmBucketGenerator.Builder |
AlgorithmBucketGenerator.Builder.maximumBucketSize(long maximumBucketSize)
Set the maximumBucketSize.
|
AlgorithmBucketGenerator.Builder |
AlgorithmBucketGenerator.newBuilder()
New builder.
|
Copyright © 2021 IBM Cloud. All rights reserved.