
Answer-first summary for fast verification
Answer: The table name, primary keys, DataFrame (‘df=feature_set‘), schema of the DataFrame, and a description.
The ‘create_table‘ method of the Feature Store client requires several parameters to create and populate a new table. These include the table name, the primary keys, the DataFrame to be used (‘df=feature_set‘), the schema of the DataFrame, and a description. This ensures the Feature Store table is accurately formed and populated as intended by the data scientist.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
What parameters are typically required when creating a new table in the Feature Store using the ‘create_table‘ method?
A
Only the DataFrame is to be used (‘df‘).
B
The table name, primary keys, and the DataFrame (‘df=feature_set‘).
C
The table name, primary keys, DataFrame (‘df=feature_set‘), schema of the DataFrame, and a description.
D
Only the table name and the DataFrame (‘df=feature_set‘).