mlm_insights.core.common package

Submodules

mlm_insights.core.common.component_validation module

class mlm_insights.core.common.component_validation.ComponentValidationResult(is_success: bool, component_name: str, errors: List[str])

Bases: object

ComponentValidationResult - Common Entity to represent the validation information about each component having component name and list of errors.

component_name: str
errors: List[str]
is_success: bool

mlm_insights.core.common.serializer_helper module

mlm_insights.core.common.serializer_helper.coerce_list_config(labels: Any) Any
mlm_insights.core.common.serializer_helper.handle_list_values_deserialization(list_value: Any) List[Any]

Module contents