public class AutoMLV99 extends water.api.schemas3.SchemaV3<AutoML,AutoMLV99>
| Modifier and Type | Field and Description |
|---|---|
AutoML.AutoMLKeyV3 |
automl_id |
LeaderboardV99 |
leaderboard |
water.api.schemas3.KeyV3.FrameKeyV3 |
leaderboard_frame |
water.api.schemas3.TwoDimTableV3 |
leaderboard_table |
java.lang.String |
project_name
Identifier for models that should be grouped together in the leaderboard
(e.g., "airlines" and "iris").
|
water.api.schemas3.KeyV3.FrameKeyV3 |
training_frame |
UserFeedbackV99 |
user_feedback |
water.api.schemas3.TwoDimTableV3 |
user_feedback_table |
water.api.schemas3.KeyV3.FrameKeyV3 |
validation_frame |
| Constructor and Description |
|---|
AutoMLV99() |
| Modifier and Type | Method and Description |
|---|---|
AutoMLV99 |
fillFromImpl(AutoML autoML) |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall@API(help="Optional AutoML run ID; omitting this returns all runs",
direction=INPUT)
public AutoML.AutoMLKeyV3 automl_id
@API(help="ID of the actual training frame for this AutoML run after any automatic splitting",
direction=OUTPUT)
public water.api.schemas3.KeyV3.FrameKeyV3 training_frame
@API(help="ID of the actual validation frame for this AutoML run after any automatic splitting",
direction=OUTPUT)
public water.api.schemas3.KeyV3.FrameKeyV3 validation_frame
@API(help="ID of the actual leaderboard frame for this AutoML run after any automatic splitting",
direction=OUTPUT)
public water.api.schemas3.KeyV3.FrameKeyV3 leaderboard_frame
@API(help="Identifier for models that should be grouped together in the same leaderboard",
direction=INOUT)
public java.lang.String project_name
@API(help="The leaderboard for this project, potentially including models from other AutoML runs",
direction=OUTPUT)
public LeaderboardV99 leaderboard
@API(help="The leaderboard for this project, potentially including models from other AutoML runs, for easy rendering",
direction=OUTPUT)
public water.api.schemas3.TwoDimTableV3 leaderboard_table
@API(help="User feedback for events from this AutoML run",
direction=OUTPUT)
public UserFeedbackV99 user_feedback
@API(help="User feedback for events from this AutoML run, for easy rendering",
direction=OUTPUT)
public water.api.schemas3.TwoDimTableV3 user_feedback_table