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