public class AlgorithmBucketGenerator
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
AlgorithmBucketGenerator.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
List<AlgorithmBucketGroupStep> |
bucketGroupRecipe()
Gets the bucketGroupRecipe.
|
List<AlgorithmBucketStep> |
bucketRecipe()
Gets the bucketRecipe.
|
List<AlgorithmInput> |
inputs()
Gets the inputs.
|
String |
label()
Gets the label.
|
Long |
maximumBucketSize()
Gets the maximumBucketSize.
|
AlgorithmBucketGenerator.Builder |
newBuilder()
New builder.
|
public AlgorithmBucketGenerator.Builder newBuilder()
public List<AlgorithmBucketGroupStep> bucketGroupRecipe()
public Long maximumBucketSize()
public List<AlgorithmBucketStep> bucketRecipe()
public List<AlgorithmInput> inputs()
public String label()
Copyright © 2021 IBM Cloud. All rights reserved.