tag#

Classes:

Tag

A user-defined tag that can be applied to various entities, including projects, workspaces, sessions and jobs.

TagCounts

Counts of tagged items by type.

class Tag#

A user-defined tag that can be applied to various entities, including projects, workspaces, sessions and jobs.

Attributes:

colour

counts

created_at

When this object was first created.

created_by_user_id

created_by_workflow

description

id

title

type

uid

uid_num

Numeric part of the tag UID.

updated_at

When this object was last modified.

colour: Literal['black', 'gray', 'red', 'orange', 'yellow', 'green', 'teal', 'cyan', 'sky', 'blue', 'indigo', 'purple', 'pink'] | None#
counts: TagCounts#
created_at: datetime#

When this object was first created. Imported objects such as projects and jobs will retain the created time from their original CryoSPARC instance.

created_by_user_id: str#
created_by_workflow: str | None#
description: str | None#
id: str#
title: str#
type: Literal['general', 'project', 'workspace', 'session', 'job']#
uid: str#
uid_num: int#

Numeric part of the tag UID.

updated_at: datetime#

When this object was last modified.

class TagCounts#

Counts of tagged items by type.

Attributes:

job: int#
project: int#
session: int#
total: int#
workspace: int#