Accessor

class laminar.configurations.datastores.Accessor(archive: Archive, layer: Layer)

Bases: object

Artifact handler for sharded artifacts.

Methods

Attributes

archive

Archive the accessor is reading from

layer

Layer to read the archive with

__init__(archive: Archive, layer: Layer)
archive : Archive

Archive the accessor is reading from

layer : Layer

Layer to read the archive with