public class StepDefinitionV99
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
H2oautomlStepDefinitionAlias |
alias
An alias representing a predefined list of steps to be executed.
|
java.lang.String |
name
Name of the step provider (usually, this is also the name of an algorithm).
|
StepV99[] |
steps
The list of steps to be executed (Mutually exclusive with alias).
|
| Constructor and Description |
|---|
StepDefinitionV99()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String name
public H2oautomlStepDefinitionAlias alias
public StepV99[] steps