public class EventLogV99 extends water.api.Schema<EventLog,EventLogV99>
| Modifier and Type | Field and Description |
|---|---|
AutoMLV99.AutoMLKeyV3 |
automl_id |
EventLogEntryV99[] |
events |
water.api.schemas3.TwoDimTableV3 |
table |
| Constructor and Description |
|---|
EventLogV99() |
| Modifier and Type | Method and Description |
|---|---|
EventLogV99 |
fillFromImpl(EventLog eventLog) |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall@API(help="ID of the AutoML run for which the event log was recorded",
direction=INOUT)
public AutoMLV99.AutoMLKeyV3 automl_id
@API(help="List of events produced during the AutoML run",
direction=OUTPUT)
public EventLogEntryV99[] events
@API(help="A table representation of this event log, for easy rendering",
direction=OUTPUT)
public water.api.schemas3.TwoDimTableV3 table
public EventLogV99 fillFromImpl(EventLog eventLog)
fillFromImpl in class water.api.Schema<EventLog,EventLogV99>