public class Step extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Step.functions |
static class |
Step.predicates |
| Constructor and Description |
|---|
Step() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataTableClass() |
DocString |
getDocString() |
String |
getDocStringOrNothing()
Returns a formatted doc-string section.
|
Long |
getDuration() |
Object[] |
getEmbeddings() |
String |
getImageTags() |
Match |
getMatch() |
String |
getName() |
String |
getOutput() |
String |
getRawName() |
Row[] |
getRows() |
Util.Status |
getStatus() |
boolean |
hasDocString() |
boolean |
hasRows() |
static String |
mimeEncodeEmbededImage(Object image) |
void |
setName(String newName) |
static String |
uuidForImage(Object image) |
public DocString getDocString()
public Row[] getRows()
public String getOutput()
public Match getMatch()
public Object[] getEmbeddings()
public boolean hasRows()
public boolean hasDocString()
public Util.Status getStatus()
public Long getDuration()
public String getDataTableClass()
public String getRawName()
public String getName()
public String getDocStringOrNothing()
public void setName(String newName)
public String getImageTags()
Copyright © 2015. All Rights Reserved.