public class Step extends Object implements Resultsable
| Constructor and Description |
|---|
Step() |
| Modifier and Type | Method and Description |
|---|---|
Hook[] |
getAfter() |
Status |
getAfterStatus() |
Hook[] |
getBefore() |
Status |
getBeforeStatus() |
DocString |
getDocString() |
long |
getDuration() |
Embedding[] |
getEmbeddings() |
String |
getKeyword() |
Integer |
getLine() |
Match |
getMatch() |
String |
getName() |
Output[] |
getOutputs() |
Result |
getResult() |
Row[] |
getRows() |
void |
setMetaData() |
public Row[] getRows()
public String getName()
public String getKeyword()
public Integer getLine()
public Output[] getOutputs()
getOutputs in interface Resultsablepublic Match getMatch()
getMatch in interface Resultsablepublic Embedding[] getEmbeddings()
public Result getResult()
getResult in interface Resultsablepublic long getDuration()
public DocString getDocString()
public Hook[] getBefore()
public Hook[] getAfter()
public Status getBeforeStatus()
public Status getAfterStatus()
public void setMetaData()
Copyright © 2020. All rights reserved.