Package org.datavec.api.records.metadata
Interface RecordMetaData
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
RecordMetaDataComposable,RecordMetaDataComposableMap,RecordMetaDataImageURI,RecordMetaDataIndex,RecordMetaDataInterval,RecordMetaDataLine,RecordMetaDataLineInterval,RecordMetaDataURI
public interface RecordMetaData extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocation()Get a human-readable location for the dataClass<?>getReaderClass()Get the class that was used to generate the recordURIgetURI()Return the URI for the source of the record
-
-
-
Method Detail
-
getLocation
String getLocation()
Get a human-readable location for the data
-
getURI
URI getURI()
Return the URI for the source of the record- Returns:
- The URI for the record (file, etc) - or null otherwise
-
getReaderClass
Class<?> getReaderClass()
Get the class that was used to generate the record
-
-