morpheus.config#

Contains configuration objects used to run pipeline and utilities.

Functions

auto_determine_bootstrap()

Auto determine bootstrap servers for kafka cluster.

Classes

AEFeatureScalar(*values)

The available scaling options for the AutoEncoder class.

Config([execution_mode, debug, log_level, ...])

Pipeline configuration class.

ConfigAutoEncoder([feature_columns, ...])

AutoEncoder configuration class.

ConfigBase()

This is the base class for pipeline configuration.

ConfigFIL([feature_columns])

Config specific to running with a FIL model.

ConfigOnnxToTRT([input_model, output_model, ...])

Configuration class for the OnnxToTRT migration process.

CppConfig()

Allows setting whether C++ implementations should be used for Morpheus stages and messages.

ExecutionMode(*values)

PipelineModes(*values)

The type of usecases that can be executed by the pipeline is determined by the enum.

auto_determine_bootstrap()[source]#

Auto determine bootstrap servers for kafka cluster.