public class StepV99
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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.
|