IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).

Python function

get_default_max_config_file_section_name

get_default_max_config_file_section_name()

max.pipelines.lib.get_default_max_config_file_section_name(config_class)

source

Gets the default section name for a MAXConfig class.

Parameters:

config_class (type[MAXConfig]) – The config class.

Returns:

The default section name.

Raises:

ValueError – If the config class doesn’t define a _config_file_section_name attribute.

Return type:

str