Package org.datavec.api.records.metadata
Class RecordMetaDataIndex
- java.lang.Object
-
- org.datavec.api.records.metadata.RecordMetaDataIndex
-
- All Implemented Interfaces:
Serializable,RecordMetaData
public class RecordMetaDataIndex extends Object implements RecordMetaData
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecordMetaDataIndex()
-
Method Summary
All Methods Instance Methods Concrete 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
public String getLocation()
Description copied from interface:RecordMetaDataGet a human-readable location for the data- Specified by:
getLocationin interfaceRecordMetaData
-
getURI
public URI getURI()
Description copied from interface:RecordMetaDataReturn the URI for the source of the record- Specified by:
getURIin interfaceRecordMetaData- Returns:
- The URI for the record (file, etc) - or null otherwise
-
getReaderClass
public Class<?> getReaderClass()
Description copied from interface:RecordMetaDataGet the class that was used to generate the record- Specified by:
getReaderClassin interfaceRecordMetaData
-
-