The Feast Python SDK is used as a library to interact with a Feast deployment.
- Define, register, and manage entities and features
- Ingest data into Feast
- Build and retrieve training datasets
- Retrieve online features
{% page-ref page="python-sdk.md" %}
The Feast CLI is a command line implementation of the Feast Python SDK.
- Define, register, and manage entities and features from the terminal
- Ingest data into Feast
- Manage ingestion jobs
{% page-ref page="feast-cli.md" %}
The following clients can be used to retrieve online feature values: