gravitino.api.tag.tag.AssociatedObjects

class gravitino.api.tag.tag.AssociatedObjects

Bases: ABC

The interface of the associated objects of the tag.

__init__()

Methods

__init__()

count()

Get the number of associated objects.

objects()

Get the associated objects.

abstract count() int

Get the number of associated objects.

Returns:

int: The number of associated objects.

abstract objects() List[MetadataObject] | None

Get the associated objects.

Returns:

Optional[List[MetadataObject]]: The list of objects that are associated with this tag..