public class EventLogEntryV99 extends water.api.schemas3.SchemaV3<EventLogEntry,EventLogEntryV99>
| Modifier and Type | Class and Description |
|---|---|
static class |
EventLogEntryV99.LevelProvider |
static class |
EventLogEntryV99.StageProvider |
| Modifier and Type | Field and Description |
|---|---|
EventLogEntry.Level |
level |
java.lang.String |
message |
java.lang.String |
name |
EventLogEntry.Stage |
stage |
long |
timestamp |
java.lang.String |
value |
| Constructor and Description |
|---|
EventLogEntryV99() |
| Modifier and Type | Method and Description |
|---|---|
EventLogEntryV99 |
fillFromImpl(EventLogEntry impl) |
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="Timestamp for this event, in milliseconds since Jan 1, 1970",
direction=OUTPUT)
public long timestamp
@API(help="Importance of this log event",
valuesProvider=EventLogEntryV99.LevelProvider.class,
direction=OUTPUT)
public EventLogEntry.Level level
@API(help="Stage of the AutoML process for this log event",
valuesProvider=EventLogEntryV99.StageProvider.class,
direction=OUTPUT)
public EventLogEntry.Stage stage
@API(help="Message for this event",
direction=OUTPUT)
public java.lang.String message
@API(help="String identifier associated to this entry",
direction=OUTPUT)
public java.lang.String name
@API(help="Value associated to this entry",
direction=OUTPUT)
public java.lang.String value
public EventLogEntryV99 fillFromImpl(EventLogEntry impl)
fillFromImpl in class water.api.Schema<EventLogEntry,EventLogEntryV99>