djai.model.models.ml.torch package¶
DjAI Torch Deep Learning Model classes.
- class djai.model.models.ml.torch.TorchModel(*args, **kwargs)[source]¶
Bases:
djai.model.models.base._AIModelWithArtifactFilesABC
DjAI Torch Deep Learning Model class.
- class Meta[source]¶
Bases:
djai.model.models.base._AIModelWithArtifactFilesABC.Meta
Django Model Class Metadata.
- abstract = False¶
- aimodel_ptr¶
Accessor to the related object on the forward side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Restaurant.place
is aForwardOneToOneDescriptor
instance.
- aimodel_ptr_id¶
- artifact_global_url: django.db.models.fields.CharField¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- artifact_local_path: django.db.models.fields.CharField¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- polymorphic_primary_key_name = 'uuid'¶
- polymorphic_super_sub_accessors_replaced = False¶