dacapo.experiments.datasplits.datasets.graphstores ================================================== .. py:module:: dacapo.experiments.datasplits.datasets.graphstores Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/dacapo/experiments/datasplits/datasets/graphstores/graph_source_config/index Classes ------- .. autoapisummary:: dacapo.experiments.datasplits.datasets.graphstores.GraphStoreConfig Package Contents ---------------- .. py:class:: GraphStoreConfig Base class for graph store configurations. Each subclass of a `GraphStore` should have a corresponding config class derived from `GraphStoreConfig`. .. attribute:: store_type The type of graph store that is being configured. :type: class .. method:: verify A method to verify the validity of the configuration. .. rubric:: Notes This class is used to create a configuration object for the graph store.