fiftyone.core.tags#

Copyright 2017-2026, Voxel51, Inc.

Exceptions:

TemporalTagNotFoundError

Raised when a temporal tag ID is not found in the current scope.

Functions:

clone_tags(source_dataset, target_dataset[, ...])

count_for_dataset_id(dataset_id)

count_for_dataset_ids(dataset_ids)

delete_for_dataset_id(dataset_id)

delete_for_dataset_ids(dataset_ids)

delete_for_sample_ids(dataset_id, sample_ids)

export_tags(sample_collection, export_path)

get_orphan_dataset_ids(dataset_ids)

import_tags(dataset, import_path[, ...])

exception fiftyone.core.tags.TemporalTagNotFoundError#

Bases: ValueError

Raised when a temporal tag ID is not found in the current scope.

Methods:

add_note

Exception.add_note(note) -- add a note to the exception

with_traceback

Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.

Attributes:

add_note()#

Exception.add_note(note) – add a note to the exception

args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

fiftyone.core.tags.clone_tags(source_dataset, target_dataset, sample_collection=None, now=None) int#
fiftyone.core.tags.count_for_dataset_id(dataset_id) int#
fiftyone.core.tags.count_for_dataset_ids(dataset_ids) int#
fiftyone.core.tags.delete_for_dataset_id(dataset_id) int#
fiftyone.core.tags.delete_for_dataset_ids(dataset_ids) int#
fiftyone.core.tags.delete_for_sample_ids(dataset_id, sample_ids) int#
fiftyone.core.tags.export_tags(sample_collection, export_path, progress=None) int#
fiftyone.core.tags.get_orphan_dataset_ids(dataset_ids) list#
fiftyone.core.tags.import_tags(dataset, import_path, sample_ids=None, progress=None) int#