public class PutAlgorithmResponseBucketGenerator
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
PutAlgorithmResponseBucketGenerator() |
Modifier and Type | Method and Description |
---|---|
List<PutAlgorithmResponseBucketGroupStep> |
getBucketGroupRecipe()
Gets the bucketGroupRecipe.
|
List<PutAlgorithmResponseBucketStep> |
getBucketRecipe()
Gets the bucketRecipe.
|
List<PutAlgorithmResponseInput> |
getInputs()
Gets the inputs.
|
String |
getLabel()
Gets the label.
|
Long |
getMaximumBucketSize()
Gets the maximumBucketSize.
|
public List<PutAlgorithmResponseBucketGroupStep> getBucketGroupRecipe()
public Long getMaximumBucketSize()
public List<PutAlgorithmResponseBucketStep> getBucketRecipe()
public List<PutAlgorithmResponseInput> getInputs()
public String getLabel()
Copyright © 2021 IBM Cloud. All rights reserved.