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

Method to_infra_object_proto

sdk/python/feast/infra/infra_object.py:45–47  ·  view source on GitHub ↗

Converts an InfraObject to its protobuf representation, wrapped in an InfraObjectProto.

(self)

Source from the content-addressed store, hash-verified

43
44 @abstractmethod
45 def to_infra_object_proto(self) -> InfraObjectProto:
46 """Converts an InfraObject to its protobuf representation, wrapped in an InfraObjectProto."""
47 pass
48
49 @abstractmethod
50 def to_proto(self) -> Any:

Callers 2

to_protoMethod · 0.45
test_diff_infra_protosFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_diff_infra_protosFunction · 0.36