Admin User d20e15fd4d
All checks were successful
Build and Push Docker Image / test (push) Successful in 20s
Build and Push Docker Image / build_and_push (push) Successful in 36s
ETD Pre-preprocessing block
2025-02-05 19:10:31 +00:00

12 lines
552 B
Markdown

## Overview
This block (`block.py`) is responsible for preparing and validating inputs for the model. It performs data cleansing and returns a normalized output dictionary.
## Key Inputs & Outputs
- **Request**: Refer to `request_schema.json` for detailed input fields and validation rules.
- **Response**: Refer to `response_schema.json` for the returned structure and data types.
## Implementation Details
- All core logic resides in `block.py` within the `__main__` function.
- Example usage and validation are demonstrated in `test_block.py`.