public class ModelMetadata extends Object
Constructor and Description |
---|
ModelMetadata() |
ModelMetadata(String modelID,
String table,
String algorithm,
String params,
String createdAt,
String modelPath,
String labelColumn,
String features) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
The algorithm.
|
String |
getCreatedAt()
The created at.
|
String |
getFeatures()
The features.
|
String |
getLabelColumn()
The label column.
|
String |
getModelID()
The model id.
|
String |
getModelPath()
The model path.
|
String |
getParams()
The params.
|
String |
getTable()
The table.
|
String |
toString() |
@ConstructorProperties(value={"modelID","table","algorithm","params","createdAt","modelPath","labelColumn","features"}) @Generated(value="lombok") public ModelMetadata(String modelID, String table, String algorithm, String params, String createdAt, String modelPath, String labelColumn, String features)
@Generated(value="lombok") public ModelMetadata()
@Generated(value="lombok") public String getModelID()
@Generated(value="lombok") public String getTable()
@Generated(value="lombok") public String getAlgorithm()
@Generated(value="lombok") public String getParams()
@Generated(value="lombok") public String getCreatedAt()
@Generated(value="lombok") public String getModelPath()
@Generated(value="lombok") public String getLabelColumn()
@Generated(value="lombok") public String getFeatures()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.