public static final class GrepModelV2.GrepModelOutputV2 extends water.api.ModelOutputSchema<GrepModel.GrepOutput,GrepModelV2.GrepModelOutputV2>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
matches |
long[] |
offsets |
| Constructor and Description |
|---|
GrepModelV2.GrepModelOutputV2() |
| Modifier and Type | Method and Description |
|---|---|
GrepModel.GrepOutput |
createImpl() |
GrepModelV2.GrepModelOutputV2 |
fillFromImpl(GrepModel.GrepOutput impl) |
acceptsFrame, createAndFillImpl, extractVersion, fillFromParms, fillImpl, getImplClass, getImplClass, 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,GrepModelV2.GrepModelOutputV2>public GrepModelV2.GrepModelOutputV2 fillFromImpl(GrepModel.GrepOutput impl)
fillFromImpl in class water.api.ModelOutputSchema<GrepModel.GrepOutput,GrepModelV2.GrepModelOutputV2>