public class SplitFrameV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
FrameKeyV3 |
dataset
Dataset
|
FrameKeyV3[] |
destinationFrames
Destination keys for each output frame split.
|
JobKeyV3 |
key
Job Key
|
double[] |
ratios
Split ratios - resulting number of split is ratios.length+1
|
| Constructor and Description |
|---|
SplitFrameV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public JobKeyV3 key
public FrameKeyV3 dataset
public double[] ratios
public FrameKeyV3[] destinationFrames