PreferenceModelBuilder - Tinker Documentation
tinker_cookbook.preference.PreferenceModelBuilder
class tinker_cookbook.preference.PreferenceModelBuilder()
Abstract builder that creates PreferenceModel instances.
Implementations typically hold configuration (model paths, renderer names) and construct a fully-initialized PreferenceModel on __call__.
call()
Build and return a PreferenceModel instance.
Returns: PreferenceModel – A ready-to-use preference model.