cursus.validation.builders.reporting.builder_reporter¶
Streamlined Step Builder Test Reporting System.
Simplified reporting that leverages the alignment system infrastructure to eliminate redundancy while preserving unique builder testing capabilities.
- class StreamlinedBuilderTestReport(builder_name, builder_class, sagemaker_step_type)[source]¶
Bases:
objectSimplified builder test report that leverages alignment system infrastructure.
Eliminates redundancy by using alignment system’s proven reporting patterns while preserving unique builder testing capabilities.
- class StreamlinedBuilderTestReporter(output_dir=None)[source]¶
Bases:
objectStreamlined reporter that leverages alignment system infrastructure.
Eliminates redundancy by using proven alignment system patterns while preserving unique builder testing capabilities.
- test_and_report_builder(builder_class, step_name=None)[source]¶
Test a step builder using the unified validation approach.
Leverages the refactored UniversalStepBuilderTest that integrates with the alignment system to eliminate redundancy.
- BuilderTestReport¶
alias of
StreamlinedBuilderTestReport
- BuilderTestReporter¶
alias of
StreamlinedBuilderTestReporter