public class SegmentModelsParametersV3 extends SchemaV3<SegmentModelsBuilder.SegmentModelsParameters,SegmentModelsParametersV3>
SchemaV3.Meta
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
int |
parallelism |
java.lang.String[] |
segment_columns |
KeyV3.SegmentModelsKeyV3 |
segment_models_id |
KeyV3.FrameKeyV3 |
segments |
Constructor and Description |
---|
SegmentModelsParametersV3() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal
@API(help="Uniquely identifies the collection of the segment models") public KeyV3.SegmentModelsKeyV3 segment_models_id
@API(help="Enumeration of all segments for which to build models for") public KeyV3.FrameKeyV3 segments
@API(help="List of columns to segment-by, models will be built for all segments in the data") public java.lang.String[] segment_columns