- getAllStaticInfos(String, String) - Method in interface org.deeplearning4j.api.storage.StatsStorage
-
Get all static informations for the given session and type ID
- getAllUpdatesAfter(String, String, String, long) - Method in interface org.deeplearning4j.api.storage.StatsStorage
-
Get all updates for the given session and worker ID, that occur after (not including) the given timestamp.
- getAllUpdatesAfter(String, String, long) - Method in interface org.deeplearning4j.api.storage.StatsStorage
-
Get all updates for the given session ID (all worker IDs), that occur after (not including) the given timestamp.
- getAllUpdateTimes(String, String, String) - Method in interface org.deeplearning4j.api.storage.StatsStorage
-
List the times of all updates for the specified sessionID, typeID and workerID
- getExtraMetaData() - Method in interface org.deeplearning4j.api.storage.StorageMetaData
-
Get extra metadata, if any
- getFirstPart() - Method in class org.deeplearning4j.ui.UiConnectionInfo
-
This method returns scheme, address and port for this UiConnectionInfo
i.e: https://localhost:8080
- getFullAddress(String) - Method in class org.deeplearning4j.ui.UiConnectionInfo
-
- getFullAddress() - Method in class org.deeplearning4j.ui.UiConnectionInfo
-
- getInitTypeClass() - Method in interface org.deeplearning4j.api.storage.StorageMetaData
-
Full class name for the initialization information that will be posted.
- getLabels() - Method in class org.deeplearning4j.datasets.test.TestDataSetIterator
-
- getLatestUpdate(String, String, String) - Method in interface org.deeplearning4j.api.storage.StatsStorage
-
Get the latest update record (i.e., update record with the largest timestamp value) for the specified
session and worker IDs
- getLatestUpdateAllWorkers(String, String) - Method in interface org.deeplearning4j.api.storage.StatsStorage
-
Get the latest update for all workers, for the given session ID
- getListeners() - Method in interface org.deeplearning4j.api.storage.StatsStorage
-
Get a list (shallow copy) of all listeners currently present
- getNumDataSets() - Method in class org.deeplearning4j.datasets.test.TestDataSetIterator
-
- getNumUpdateRecordsFor(String) - Method in interface org.deeplearning4j.api.storage.StatsStorage
-
Return the number of update records for the given session ID (all workers)
- getNumUpdateRecordsFor(String, String, String) - Method in interface org.deeplearning4j.api.storage.StatsStorage
-
Return the number of update records for the given session ID and worker ID
- getRouter() - Method in interface org.deeplearning4j.api.storage.StatsStorageRouterProvider
-
- getSecondPart() - Method in class org.deeplearning4j.ui.UiConnectionInfo
-
- getSecondPart(String) - Method in class org.deeplearning4j.ui.UiConnectionInfo
-
- getSessionID() - Method in interface org.deeplearning4j.api.storage.listener.RoutingIterationListener
-
- getSessionID() - Method in interface org.deeplearning4j.api.storage.Persistable
-
Get the session id
- getSessionID() - Method in interface org.deeplearning4j.api.storage.StorageMetaData
-
Session ID for the metadata
- getStaticInfo(String, String, String) - Method in interface org.deeplearning4j.api.storage.StatsStorage
-
Get the static info for the given session and worker IDs, or null if no such static info has been reported
- getStorageMetaData(String, String) - Method in interface org.deeplearning4j.api.storage.StatsStorage
-
- getStorageRouter() - Method in interface org.deeplearning4j.api.storage.listener.RoutingIterationListener
-
- getTimeStamp() - Method in interface org.deeplearning4j.api.storage.Persistable
-
Get when this was created.
- getTimeStamp() - Method in interface org.deeplearning4j.api.storage.StorageMetaData
-
Timestamp for the metadata
- getTypeID() - Method in interface org.deeplearning4j.api.storage.Persistable
-
Get the type id
- getTypeID() - Method in interface org.deeplearning4j.api.storage.StorageMetaData
-
Type ID for the metadata
- getUpdate(String, String, String, long) - Method in interface org.deeplearning4j.api.storage.StatsStorage
-
Get the specified update (or null, if none exists for the given session/worker ids and timestamp)
- getUpdates(String, String, String, long[]) - Method in interface org.deeplearning4j.api.storage.StatsStorage
-
Get updates for the specified times only
- getUpdateTypeClass() - Method in interface org.deeplearning4j.api.storage.StorageMetaData
-
Full class name for the update information that will be posted.
- getWorkerID() - Method in interface org.deeplearning4j.api.storage.listener.RoutingIterationListener
-
- getWorkerID() - Method in interface org.deeplearning4j.api.storage.Persistable
-
Get the worker id
- getWorkerID() - Method in interface org.deeplearning4j.api.storage.StorageMetaData
-
Worker ID for the metadata