factory
Top-level functions for custom list store creation.
create_custom_list_store(uri)
Create a MLTE custom list store instance.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
uri
|
str
|
The URI for the store instance |
required |
Returns:
Type | Description |
---|---|
CustomListStore
|
The store instance |
Source code in mlte/store/custom_list/factory.py
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|