public static final class GrepModelV3.GrepModelOutputV3 extends water.api.ModelOutputSchema<GrepModel.GrepOutput,GrepModelV3.GrepModelOutputV3>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
matches |
long[] |
offsets |
| Constructor and Description |
|---|
GrepModelV3.GrepModelOutputV3() |
| Modifier and Type | Method and Description |
|---|---|
GrepModel.GrepOutput |
createImpl() |
GrepModelV3.GrepModelOutputV3 |
fillFromImpl(GrepModel.GrepOutput impl) |
createAndFillImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemas, setField@API(help="Matching strings") public java.lang.String[] matches
@API(help="Byte offsets of matches") public long[] offsets
public GrepModel.GrepOutput createImpl()
createImpl in class water.api.Schema<GrepModel.GrepOutput,GrepModelV3.GrepModelOutputV3>public GrepModelV3.GrepModelOutputV3 fillFromImpl(GrepModel.GrepOutput impl)
fillFromImpl in class water.api.ModelOutputSchema<GrepModel.GrepOutput,GrepModelV3.GrepModelOutputV3>