You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Log features and optionally predictions for the current feature view. The logged features are written periodically to the offline store. If you need it to be available immediately, call `materialize_log`.
3612
3612
@@ -3619,7 +3619,7 @@ def log(
3619
3619
transformed: Whether the features are transformed. Defaults to False.
3620
3620
write_options: Options for writing the log. Defaults to None.
3621
3621
training_dataset_version: Version of the training dataset. Defaults to None.
3622
-
hopsworks_model: `hsml.model.Model` Hopsworks model associated with the log. Defaults to None.
3622
+
model: `hsml.model.Model` Hopsworks model associated with the log. Defaults to None.
0 commit comments