public class UserFeedbackEventV99 extends water.api.Schema<UserFeedbackEvent,UserFeedbackEventV99>
| Modifier and Type | Field and Description |
|---|---|
UserFeedbackEvent.Level |
level |
java.lang.String |
message |
UserFeedbackEvent.Stage |
stage |
long |
timestamp |
| Constructor and Description |
|---|
UserFeedbackEventV99() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromImpl, 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 feedback event",
values={"Debug","Info","Warn"},
direction=OUTPUT)
public UserFeedbackEvent.Level level
@API(help="Stage of the AutoML process for this feedback event",
values={"Workflow","DataImport","FeatureAnalysis","FeatureReduction","FeatureCreation","ModelTraining"},
direction=OUTPUT)
public UserFeedbackEvent.Stage stage
@API(help="User message for this event",
direction=OUTPUT)
public java.lang.String message