Skip to main content
Version: 1.0

ParquetConfig

Summary​

(Config Class) ParquetConfig Class.
 
This class describes the attributes of Parquet-based offline feature store storage for the feature definition.

Attributes​

The attributes are the same as the __init__ method parameters. See below.

Methods​

__init__(...)​

Parameters

  • kind (Literal['ParquetConfig']) - Default: ParquetConfig

  • subdirectory_override (Optional[str]) - This is for the location of the feature data in the offline store. By default, all feature views will be under the subdirectory <workspace_name> if this param is not specified. Default: None

Was this page helpful?