ml-engineer-associate video for a data scientist has developed a Python function titled 'generate_features'. This function produces a Spark DataFrame with two
A data scientist has developed a Python function titled 'generate_features'. This function produces a Spark DataFrame with two columns: 'Customer INT' and 'Region STRING'. The output DataFrame is stored in a variable called 'feature_set'. The next objective for the scientist is to form a Feature Store table utilizing 'feature_set'. What is the correct snippet of code that the data scientist can use to initiate and populate the Feature Store table using the Feature Store Client 'feature_client'?