@@ -332,7 +332,7 @@ def init_serving(
332
332
Transformation statistics are fetched from training dataset and applied to the feature vector.
333
333
external: boolean, optional. If set to True, the connection to the
334
334
online feature store is established using the same host as
335
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
335
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
336
336
If set to False, the online feature store storage connector is used which relies on the private IP.
337
337
Defaults to True if connection to Hopsworks is established from external environment (e.g AWS
338
338
Sagemaker or Google Colab), otherwise to False.
@@ -587,7 +587,7 @@ def get_feature_vector(
587
587
providing feature values which are not available in the feature store.
588
588
external: boolean, optional. If set to True, the connection to the
589
589
online feature store is established using the same host as
590
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
590
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
591
591
If set to False, the online feature store storage connector is used
592
592
which relies on the private IP. Defaults to True if connection to Hopsworks is established from
593
593
external environment (e.g AWS Sagemaker or Google Colab), otherwise to False.
@@ -700,7 +700,7 @@ def get_feature_vectors(
700
700
providing feature values which are not available in the feature store.
701
701
external: boolean, optional. If set to True, the connection to the
702
702
online feature store is established using the same host as
703
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
703
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
704
704
If set to False, the online feature store storage connector is used
705
705
which relies on the private IP. Defaults to True if connection to Hopsworks is established from
706
706
external environment (e.g AWS Sagemaker or Google Colab), otherwise to False.
@@ -772,7 +772,7 @@ def get_inference_helper(
772
772
Set of required primary keys is [`feature_view.primary_keys`](#primary_keys)
773
773
external: boolean, optional. If set to True, the connection to the
774
774
online feature store is established using the same host as
775
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
775
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
776
776
If set to False, the online feature store storage connector is used
777
777
which relies on the private IP. Defaults to True if connection to Hopsworks is established from
778
778
external environment (e.g AWS Sagemaker or Google Colab), otherwise to False.
@@ -830,7 +830,7 @@ def get_inference_helpers(
830
830
Set of required primary keys is [`feature_view.primary_keys`](#primary_keys)
831
831
external: boolean, optional. If set to True, the connection to the
832
832
online feature store is established using the same host as
833
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
833
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
834
834
If set to False, the online feature store storage connector is used
835
835
which relies on the private IP. Defaults to True if connection to Hopsworks is established from
836
836
external environment (e.g AWS Sagemaker or Google Colab), otherwise to False.
@@ -907,7 +907,7 @@ def find_neighbors(
907
907
filter: A filter expression to restrict the search space (optional).
908
908
external: boolean, optional. If set to True, the connection to the
909
909
online feature store is established using the same host as
910
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
910
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
911
911
If set to False, the online feature store storage connector is used
912
912
which relies on the private IP. Defaults to True if connection to Hopsworks is established from
913
913
external environment (e.g AWS Sagemaker or Google Colab), otherwise to False.
@@ -3562,7 +3562,7 @@ def transform(
3562
3562
feature_vector: `Union[List[Any], List[List[Any]], pd.DataFrame, pl.DataFrame]`. The feature vector to be transformed.
3563
3563
external: boolean, optional. If set to True, the connection to the
3564
3564
online feature store is established using the same host as
3565
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
3565
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
3566
3566
If set to False, the online feature store storage connector is used
3567
3567
which relies on the private IP. Defaults to True if connection to Hopsworks is established from
3568
3568
external environment (e.g AWS Sagemaker or Google Colab), otherwise to False.
0 commit comments