bayesline.api.equity.RiskDatasetLoaderApi.get_dataset_names

bayesline.api.equity.RiskDatasetLoaderApi.get_dataset_names#

abstract RiskDatasetLoaderApi.get_dataset_names(*, mode: Literal['System', 'User', 'All'] = 'All') list[str]#

Returns the names of all available datasets.

Parameters#

mode: Literal[“System”, “User”, “All”]

System: only system wide datasets (available to all users and provided by the system).

User: only user specific datasets (available to the current user). All: all datasets (system wide and user specific).

Returns#

list[str]

The names of all available datasets.