public class StepV99
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
group
The group of execution of the given step (groups are executed in ascending order of priority).Steps with group=0
are skipped.
|
java.lang.String |
id
The id of the step (must be unique per step provider).
|
int |
weight
The relative weight for the given step (can impact time and/or number of models allocated for this step).
|
| Constructor and Description |
|---|
StepV99()
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 id
public int group
public int weight