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¶