public class MakeDerivedGLMModelV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
dest
destination key
|
ModelKeyV3 |
model
source model
|
boolean |
removeControlVariablesEffects
remove control variables effects flag
|
boolean |
removeOffsetEffects
remove offset effects flag
|
| Constructor and Description |
|---|
MakeDerivedGLMModelV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelKeyV3 model
public java.lang.String dest
@SerializedName(value="remove_offset_effects") public boolean removeOffsetEffects
@SerializedName(value="remove_control_variables_effects") public boolean removeControlVariablesEffects