bayesline.api.AsyncReadOnlyRegistry.get_metadata

bayesline.api.AsyncReadOnlyRegistry.get_metadata#

abstract async AsyncReadOnlyRegistry.get_metadata(name: str | int) SettingsMetaData#

Parameters#

namestr | int

The unique name or int identifier of the item to retrieve.

Raises#

KeyError

If the item does not exist.

Returns#

The metadata for the given name.