Interacting with the Feature Store¶
Tecton Objects are used to configure the data sources, features, and services run in the Tecton cluster.
To access Tecton Objects, use them in a notebook.
Workspaces¶
Returns a |
|
Returns a list of the names of all registered Workspaces. |
|
Workspace class. |
Helper Classes & Functions¶
Clears Tecton API key and Tecton URL overrides. |
|
Explicitly override tecton credentials settings. |
|
Test credentials and throw an exception if unauthenticated. |
|
Introspect the current User or API Key used to authenticate with Tecton. |
|
A thin wrapper around Pandas, Spark, and Snowflake dataframes. |
|
FeatureVector Class. |
|
Convenience utility to set the Tecton object validation mode for the lifetime of the Python process. |
Datasets¶
Returns a Dataset that has been saved to this workspace. |
|
Returns a list of all saved Datasets within a workspace. |
Dataset class. |