get_plugin#

get_plugin(config_cls: Type) str[source]#

Infer the module path of the plugin where a Config class is defined.

This only works correctly if the plugin is in a module under rastervision.

Parameters

config_cls (Type) –

Return type

str