Model.prototype.collection Type: Model.prototype.collection Type: «property» Collection the model uses. This property is read-only. Modifying this property is a no-op. ...
Model.prototype.baseModelName Type: Model.prototype.baseModelName Type: «property» If this is a discriminator model, baseModelName is the name of the base model.
Model.prototype.$where Type: Model.prototype.$where Type: «property» Additional properties to attach to the query when calling save() and isNew is false.
Get trained model statistics API Request Prerequisites Description Path parameters Query parameters Response body Response codes Examples Get trained model statistics A...
Model options and table metadata Meta.primary_key Table Names Model options and table metadata In order not to pollute the model namespace, model-specific configuration ispla...
Model Specific Application Contexts Model Specific Application Contexts Model Data for Atomic Operations Illustrates how embedding fields related to an atomic updatewithin th...
Data Model Examples and Patterns Data Model Examples and Patterns The following documents provide overviews of various data modelingpatterns and common schema design considerat...
Writing custom model fields Introduction Our example object Background theory Database storage What does a field class do? Writing a field subclass Field deconstruction Chang...