scitacean.model.UploadSample#

pydantic model scitacean.model.UploadSample[source]#
field accessGroups: list[str] | None = None#
field description: str | None = None#
field instrumentGroup: str | None = None#
field isPublished: bool | None = None#
field owner: str | None = None#
field ownerGroup: str [Required]#
field sampleCharacteristics: dict[str, Any] | None = None#
field sampleId: str | None = None#
classmethod download_model_type()[source]#

Return the download model type for this model.

Returns None if this is a download model.

Return type:

type[DownloadSample]

classmethod user_model_type()[source]#

Return the user model type for this model.

Returns None if there is no user model, e.g., for Dataset where there is a custom class instead of a plain model.

Return type:

type[Sample]