public class SegmentModelsParametersV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
int |
parallelism
Level of parallelism of bulk model building, it is the maximum number of models each H2O node will be building in
parallel
|
java.lang.String[] |
segmentColumns
List of columns to segment-by, models will be built for all segments in the data
|
SegmentModelsKeyV3 |
segmentModelsId
Uniquely identifies the collection of the segment models
|
FrameKeyV3 |
segments
Enumeration of all segments for which to build models for
|
| Constructor and Description |
|---|
SegmentModelsParametersV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="segment_models_id") public SegmentModelsKeyV3 segmentModelsId
public FrameKeyV3 segments
@SerializedName(value="segment_columns") public java.lang.String[] segmentColumns
public int parallelism