scitacean.model.History#

class scitacean.model.History(*, _id=None, _updated_at=None, _updated_by=None)[source]#

Constructors

__init__(*[, _id, _updated_at, _updated_by])

Methods

download_model_type()

Return the download model type for this user model.

from_download_model(download_model)

Construct an instance from an associated SciCat download model.

make_upload_model()

upload_model_type()

Return the upload model type for this user model.

Attributes

id

updated_at

updated_by

__init__(*, _id=None, _updated_at=None, _updated_by=None)#
classmethod download_model_type()[source]#

Return the download model type for this user model.

Return type:

type[DownloadHistory]

classmethod from_download_model(download_model)[source]#

Construct an instance from an associated SciCat download model.

Return type:

History