Skip to content

featurebyte.Context.primary_entities

primary_entities: List[Entity]

Description

Returns the list of primary Entity objects from the context.

Returns

  • List[Entity]
    list of Primary Entity objects.

Examples

Get the primary enitity objects of the Context object:

>>> context_1 = catalog.get_context("context_1")
>>> context_1.primary_entities