public interface RecordMetaData extends Serializable
org.datavec.api.records.reader.RecordReaderMeta.| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Get a human-readable location for the data
|
Class<?> |
getReaderClass()
Get the class that was used to generate the record
|
URI |
getURI()
Return the URI for the source of the record
|
String getLocation()
URI getURI()
Class<?> getReaderClass()
Copyright © 2019. All rights reserved.