MCPcopy
hub / github.com/feast-dev/feast / _utc_now

Function _utc_now

sdk/python/feast/utils.py:1715–1716  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1713
1714
1715def _utc_now() -> datetime:
1716 return datetime.now(tz=timezone.utc)
1717
1718
1719def _serialize_vector_to_float_list(vector: List[float]) -> ValueProto:

Callers 15

__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
refreshMethod · 0.90
is_cache_validMethod · 0.90
_write_registryMethod · 0.90
_write_registryMethod · 0.90
__init__Method · 0.90
cloneMethod · 0.90
apply_entityMethod · 0.90

Calls

no outgoing calls