public static final class AutoMLBuildSpec.AutoMLCustomParameters.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
<V> AutoMLBuildSpec.AutoMLCustomParameters.Builder |
add(IAlgo algo,
java.lang.String param,
V value) |
<V> AutoMLBuildSpec.AutoMLCustomParameters.Builder |
add(java.lang.String param,
V value) |
AutoMLBuildSpec.AutoMLCustomParameters |
build()
Builder is necessary here as the custom parameters must be applied in a certain order,
and we can't assume that the consumer of this API will add them in the right order.
|
public <V> AutoMLBuildSpec.AutoMLCustomParameters.Builder add(java.lang.String param, V value)
public <V> AutoMLBuildSpec.AutoMLCustomParameters.Builder add(IAlgo algo, java.lang.String param, V value)
public AutoMLBuildSpec.AutoMLCustomParameters build()