Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
""
"
Callers
15
track_request_latency
Function · 0.80
track_push
Function · 0.80
track_feature_statuses
Function · 0.80
track_transformation
Function · 0.80
track_write_transformation
Function · 0.80
track_materialization
Function · 0.80
update_feature_freshness
Function · 0.80
to_arrow
Method · 0.80
test_success_increments_counter_and_records_latency
Method · 0.80
test_error_increments_error_counter
Method · 0.80
test_latency_is_recorded
Method · 0.80
test_feature_count_and_feature_view_count_labels
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_success_increments_counter_and_records_latency
Method · 0.64
test_error_increments_error_counter
Method · 0.64
test_latency_is_recorded
Method · 0.64
test_feature_count_and_feature_view_count_labels
Method · 0.64
test_default_labels_are_empty_string
Method · 0.64
test_labels_updated_via_yielded_context
Method · 0.64
test_error_before_labels_set_still_records
Method · 0.64
test_track_request_latency_noop_when_disabled
Method · 0.64
test_track_push_noop_when_disabled
Method · 0.64
test_track_materialization_noop_when_disabled
Method · 0.64
test_request_disabled_but_push_enabled
Method · 0.64
test_online_features_disabled_but_materialization_enabled
Method · 0.64