API documentationcareamicsconfigdatapatching_strategies whole_patching_config whole_patching_config Whole image patching Pydantic model. WholePatchingConfig # Bases: BaseModel Whole image patching Pydantic model. Source code in src/careamics/config/data/patching_strategies/whole_patching_config.py 8 9 10 11 12class WholePatchingConfig(BaseModel): """Whole image patching Pydantic model.""" name: Literal["whole"] = "whole" """The name of the patching strategy.""" name = 'whole' class-attribute instance-attribute # The name of the patching strategy. P N