djai.data.models.json module

DjAI JSON DataSet classes.

class djai.data.models.json.InDBJSONDataSet(*args, **kwargs)[source]

Bases: djai.data.models.base.DataSet

DjAI In-Database JSON DataSet class.

exception DoesNotExist

Bases: djai.data.models.base.DataSet.DoesNotExist

exception MultipleObjectsReturned

Bases: djai.data.models.base.DataSet.MultipleObjectsReturned

dataset_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 a ForwardOneToOneDescriptor instance.

dataset_ptr_id
in_db_json: django.db.models.fields.json.JSONField

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
class djai.data.models.json.JSONDataSet(*args, **kwargs)[source]

Bases: djai.data.models.json._FileDataSetWithInDBJSONCacheABC

DjAI JSON DataSet class.

class Meta[source]

Bases: djai.data.models.json._FileDataSetWithInDBJSONCacheABC.Meta

Django Model Class Metadata.

abstract = False
global_url: CharField

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

indbjsondataset_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 a ForwardOneToOneDescriptor instance.

indbjsondataset_ptr_id
local_path: CharField

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

path_is_dir: BooleanField

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