scitacean.model.UploadTechnique# pydantic model scitacean.model.UploadTechnique[source]# field name: str [Required]# field pid: str [Required]# classmethod download_model_type()[source]# Return the download model type for this model. Returns None if this is a download model. Return type: type[DownloadTechnique] 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[Technique]