API Reference
Last updated
Was this helpful?
Last updated
Was this helpful?
Please see the following API specific reference documentation:
: This is the gRPC API used by Feast Core. This API contains RPCs for creating and managing feature sets, stores, projects, and jobs.
: This is the gRPC API used by Feast Serving. It contains RPCs used for the retrieval of online feature data or historical feature data.
: These are the gRPC types used by both Feast Core, Feast Serving, and the Go, Java, and Python clients.
: The Go library used for the retrieval of online features from Feast.
: The Java library used for the retrieval of online features from Feast.
: This is the complete reference to the Feast Python SDK. The SDK is used to manage feature sets, features, jobs, projects, and entities. It can also be used to retrieve training datasets or online features from Feast Serving.
The following community provided SDKs are available:
: A Node.js SDK written in TypeScript. The SDK can be used to manage feature sets, features, jobs, projects, and entities.