MCPcopy Index your code
hub / github.com/feast-dev/feast / labels

Method labels

sdk/python/feast/feature.py:96–100  ·  view source on GitHub ↗

Gets the labels of this feature.

(self)

Source from the content-addressed store, hash-verified

94
95 @property
96 def labels(self) -> Dict[str, str]:
97 """
98 Gets the labels of this feature.
99 """
100 return self._labels
101
102 def to_proto(self) -> FeatureSpecProto:
103 """

Calls

no outgoing calls