lamindb_setup.dev.InstanceSettings#
- class lamindb_setup.dev.InstanceSettings(id, owner, name, storage, uid=None, db=None, schema=None)#
Bases:
object
Instance settings.
Attributes
- db str#
Database connection string (URI).
- dialect Literal#
SQL dialect.
- id UUID#
The internal instance id.
- identifier str#
Unique semantic identifier.
See remote instances at https://lamin.ai/owner/name.
- is_remote bool#
Boolean indicating if an instance has no local component.
- name str#
Instance name.
- owner str#
Instance owner. A user or organization account handle.
- schema Set#
Schema modules in addition to core schema.
- session property#
- storage StorageSettings#
Low-level access to storage location.
- uid Optional#
The user-facing instance id.