Unique Data Identifier
The backends that do not have own implementation of future object like ray.ObjectRef
use DataID
objects
to associate with data objects in backend-specific object storages.
- class unidist.core.backends.common.data_id.DataID(id_value=None)
Class that holds unique identifier.
- Parameters:
id_value (object) – Any comparable and hashable ID value.