public static final class StepDefinitionV99.StepV99 extends water.api.Schema<StepDefinition.Step,StepDefinitionV99.StepV99>
| Modifier and Type | Field and Description |
|---|---|
int |
group |
java.lang.String |
id |
int |
weight |
| Constructor and Description |
|---|
StepV99() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall@API(help="The id of the step (must be unique per step provider).",
direction=INOUT)
public java.lang.String id
@API(help="The group of execution of the given step (groups are executed in ascending order of priority).Steps with group=0 are skipped. Defaults to -1 to use the default group assigned to the step id.",
direction=INOUT)
public int group
@API(help="The relative weight for the given step (can impact time and/or number of models allocated for this step). Steps with weight=0 are skipped. Defaults to -1 to use the default weight assigned to the step id.",
direction=INOUT)
public int weight