Module preprocessor.serialize

Classes

class Builder (builder: Union[TabularPreprocessorBuilderDicomPreprocessorBuilderImagePreprocessorBuilderNumpyInputPreprocessorBuilderROIPreprocessorBuilderDocumentPreprocessorBuilder])

Abstract base for any object that can be converted into and out of a dict.

If schema validation is possible for the derived type, the schema definition should be in a class variable named SCHEMA.

Ancestors

Class variables

var SCHEMA
var SCHEMA_LIST

Static methods

def from_dict_list(input: List[dict]) -> List[Builder]

Instance variables

var builder : Union[TabularPreprocessorBuilderDicomPreprocessorBuilderImagePreprocessorBuilderNumpyInputPreprocessorBuilderROIPreprocessorBuilderDocumentPreprocessorBuilder]

Inherited members