public class MakeDerivedGLMModelV3 extends water.api.schemas3.SchemaV3<water.Iced,MakeDerivedGLMModelV3>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
dest |
water.api.schemas3.KeyV3.ModelKeyV3 |
model |
boolean |
remove_control_variables_effects |
boolean |
remove_offset_effects |
| Constructor and Description |
|---|
MakeDerivedGLMModelV3() |
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="source model",
required=true,
direction=INPUT)
public water.api.schemas3.KeyV3.ModelKeyV3 model
@API(help="destination key",
required=false,
direction=INPUT)
public java.lang.String dest
@API(help="remove offset effects flag",
required=false,
direction=INPUT)
public boolean remove_offset_effects
@API(help="remove control variables effects flag",
required=false,
direction=INPUT)
public boolean remove_control_variables_effects