kedro.io.Version¶
-
class
kedro.io.Version[source]¶ This namedtuple is used to provide load and save versions for versioned data sets. If
Version.loadis None, then the latest available version is loaded. IfVersion.saveis None, then save version is formatted as YYYY-MM-DDThh.mm.ss.sssZ of the current timestamp.-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
countReturn number of occurrences of value. indexReturn first index of value. Attributes
loadAlias for field number 0 saveAlias for field number 1 -