ComplexModelOutput
- class savant.base.model.ComplexModelOutput(layer_names=<factory>, converter='???', attributes='???', objects='???')
ComplexModel output configuration template.
Validates entries in a module config file under
model.output
.Look for examples in
ObjectModelOutput
andAttributeModelOutput
.- attributes: List[AttributeModelOutputAttribute] = '???'
Configuration for each output attribute of an attribute model.
- objects: List[ObjectModelOutputObject] = '???'
Configuration for each output object class of an object model.