public static final class AutoMLBuildSpec.AutoMLCustomParameters
extends water.Iced
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoMLBuildSpec.AutoMLCustomParameters.AutoMLCustomParameter<V> |
static class |
AutoMLBuildSpec.AutoMLCustomParameters.Builder |
| Constructor and Description |
|---|
AutoMLCustomParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyCustomParameters(Algo algo,
hex.Model.Parameters destParams) |
static AutoMLBuildSpec.AutoMLCustomParameters.Builder |
create() |
boolean |
hasCustomParam(Algo algo,
java.lang.String param) |
boolean |
hasCustomParams(Algo algo) |
public static AutoMLBuildSpec.AutoMLCustomParameters.Builder create()
public boolean hasCustomParams(Algo algo)
public boolean hasCustomParam(Algo algo, java.lang.String param)
public void applyCustomParameters(Algo algo, hex.Model.Parameters destParams)