@Shareable public class ExecutionInfo extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ExecutionInfo.Builder
Builder for
ExecutionInfo instances. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getAlgoAttributes()
Get the algorithmInfo attributes.
|
String |
getAlgoName()
Get the algorithmInfo name.
|
Map<String,Object> |
getDataAttributes()
Get the data set attributes.
|
String |
getDataName()
Get the data set name.
|
TTDataSet |
getDataSet()
Get the active train-test data set.
|
int |
hashCode() |
static ExecutionInfo.Builder |
newBuilder()
Create a new builder to build instances.
|
public String getAlgoName()
public Map<String,Object> getAlgoAttributes()
public String getDataName()
public Map<String,Object> getDataAttributes()
public TTDataSet getDataSet()
public static ExecutionInfo.Builder newBuilder()