morpheus.utils.module_utils.ModuleLoader

class ModuleLoader(module_interface, name, config)[source]

Bases: object

Class to hold the definition of a module.

Attributes
module_instance

The instance of the loaded module.

name

The name of the module.

config

The configuration dictionary for the module.

Methods

load(builder) Loads the module instance.
load(builder)[source]

Loads the module instance.

Parameters
builder

The Morpheus builder instance.

Previous morpheus.utils.module_utils
Next morpheus.utils.module_utils.ModuleLoaderFactory
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.