Class: Project

Class: Project#

The Project ID is required. Datasets can be grouped into projects using a many-to-many relationship.

A Dataset may belong to one or more Projects by including one or more ProjectRef elements which refer to Project IDs. Projects do not directly contain images - only by virtue of containing datasets, which themselves contain images.

Attributes#

description : None | str A description for the project. [plain-text multi-line string] experimenter_ref : None | ExperimenterRef (The Project ExperimenterRef). experimenter_group_ref : None | ExperimenterGroupRef (The Project ExperimenterGroupRef). dataset_ref : list[DatasetRef] (The Project DatasetRefs). annotation_ref : list[AnnotationRef] (The Project AnnotationRefs). name : None | str (The Project Name). id : str (The Project ID).

URI: core:Project

img

Attributes#

Own#