public class AutoMLHandler
extends water.api.Handler
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoMLHandler.AutoMLs
Class which contains the internal representation of the leaderboards list and params.
|
| Constructor and Description |
|---|
AutoMLHandler() |
| Modifier and Type | Method and Description |
|---|---|
AutoMLV99 |
fetch(int version,
AutoMLV99 autoMLV99) |
static AutoML |
getFromDKV(java.lang.String param_name,
water.Key key) |
static AutoML |
getFromDKV(java.lang.String param_name,
java.lang.String key_str) |
AutoMLsV99 |
list(int version,
AutoMLsV99 s)
Return all the AutoML objects.
|
getFromDKV, getFromDKV, getHandlerMethodInputSchema, getHandlerMethodOutputSchema, handle, markdownasBytes, clone, compute, compute1, compute2, currThrPriority, frozenType, icer, priority, read, readJSON, reloadFromBytes, write, writeJSON__tryComplete, addToPendingCount, compareAndSetPendingCount, complete, exec, getCompleter, getPendingCount, getRawResult, onCompletion, onExceptionalCompletion, setCompleter, setPendingCount, setRawResult, tryCompleteadapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnforkpublic AutoMLsV99 list(int version, AutoMLsV99 s)
public static AutoML getFromDKV(java.lang.String param_name, java.lang.String key_str)
public static AutoML getFromDKV(java.lang.String param_name, water.Key key)