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) |
acceptsFrame, createAndFillImpl, extractVersion, fillFromParms, fillImpl, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemas@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>