FeatureStore store the details of the Feature Store. Every Feature Store points to a single repo so you can create a FeatureStore object by passing the repo name to it.
You can access, modify, or delete Feature Store components using the FeatureStore object. See Setting up FeatureStore.
The following example refers to database LabReports as repo to store all Feature Store components.
>>> from teradataml import FeatureStore
>>> fs = FeatureStore('LabReports')