History APIs
deeplake.History
The version history of a deeplake.Dataset.
deeplake.Version
An atomic change within deeplake.Dataset's history
client_timestamp
property
When the version was created, according to the writer's local clock.
This timestamp is not guaranteed to be accurate, and deeplake.Version.timestamp should generally be used instead.
timestamp
property
The version timestamp.
This is based on the storage provider's clock, and so generally more accurate than deeplake.Version.client_timestamp.
deeplake.Tags
deeplake.TagsView
Provides access to the tags within a dataset.
It is returned by the deeplake.Dataset.tags property on a deeplake.ReadOnlyDataset.
deeplake.Tag
Describes a tag within the dataset.
Tags are created using deeplake.Dataset.tag.
open_async
open_async() -> Future
Asynchronously fetches the dataset corresponding to the tag and returns a Future object.
deeplake.TagView
Describes a read-only tag within the dataset.
Tags are created using deeplake.Dataset.tag.
open_async
open_async() -> Future
Asynchronously fetches the dataset corresponding to the tag and returns a Future object.