data_designer.plugins.noop_impl#

Module Contents#

Classes#

NoopImpl

This is a dummy implementation class shared by all NMP Data Designer plugins. It satisfies Data Designer Plugin validation so that plugins can be used in the NMP SDK. Proper implementations of plugins are only used by services, and are not vendored into the SDK.

API#

class data_designer.plugins.noop_impl.NoopImpl#

This is a dummy implementation class shared by all NMP Data Designer plugins. It satisfies Data Designer Plugin validation so that plugins can be used in the NMP SDK. Proper implementations of plugins are only used by services, and are not vendored into the SDK.