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