API Reference

Please see the following API specific reference documentation:

  • Feast Core gRPC API: This is the gRPC API used by Feast Core. This API contains RPCs for creating and managing feature sets, stores, projects, and jobs.

  • Feast Serving gRPC API: This is the gRPC API used by Feast Serving. It contains RPCs used for the retrieval of online feature data or historical feature data.

  • Feast gRPC Types: These are the gRPC types used by both Feast Core, Feast Serving, and the Go, Java, and Python clients.

  • Go Client SDK: The Go library used for the retrieval of online features from Feast.

  • Java Client SDK: The Java library used for the retrieval of online features from Feast.

  • Python SDK: 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.

Community Contributions

The following community provided SDKs are available:

  • Node.js SDK: A Node.js SDK written in TypeScript. The SDK can be used to manage feature sets, features, jobs, projects, and entities.

Last updated