public class Prediction extends Object
| Constructor and Description |
|---|
Prediction() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getRecordMetaData(Class<T> recordMetaDataClass)
Convenience method for getting the record meta data as a particular class (as an alternative to casting it manually).
|
String |
toString() |
public <T> T getRecordMetaData(Class<T> recordMetaDataClass)
T - Type to returnrecordMetaDataClass - Class of the record metadataCopyright © 2021. All rights reserved.