@@ -337,7 +337,7 @@ def init_serving(
337
337
Transformation statistics are fetched from training dataset and applied to the feature vector.
338
338
external: boolean, optional. If set to True, the connection to the
339
339
online feature store is established using the same host as
340
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
340
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
341
341
If set to False, the online feature store storage connector is used which relies on the private IP.
342
342
Defaults to True if connection to Hopsworks is established from external environment (e.g AWS
343
343
Sagemaker or Google Colab), otherwise to False.
@@ -592,7 +592,7 @@ def get_feature_vector(
592
592
providing feature values which are not available in the feature store.
593
593
external: boolean, optional. If set to True, the connection to the
594
594
online feature store is established using the same host as
595
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
595
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
596
596
If set to False, the online feature store storage connector is used
597
597
which relies on the private IP. Defaults to True if connection to Hopsworks is established from
598
598
external environment (e.g AWS Sagemaker or Google Colab), otherwise to False.
@@ -705,7 +705,7 @@ def get_feature_vectors(
705
705
providing feature values which are not available in the feature store.
706
706
external: boolean, optional. If set to True, the connection to the
707
707
online feature store is established using the same host as
708
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
708
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
709
709
If set to False, the online feature store storage connector is used
710
710
which relies on the private IP. Defaults to True if connection to Hopsworks is established from
711
711
external environment (e.g AWS Sagemaker or Google Colab), otherwise to False.
@@ -777,7 +777,7 @@ def get_inference_helper(
777
777
Set of required primary keys is [`feature_view.primary_keys`](#primary_keys)
778
778
external: boolean, optional. If set to True, the connection to the
779
779
online feature store is established using the same host as
780
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
780
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
781
781
If set to False, the online feature store storage connector is used
782
782
which relies on the private IP. Defaults to True if connection to Hopsworks is established from
783
783
external environment (e.g AWS Sagemaker or Google Colab), otherwise to False.
@@ -835,7 +835,7 @@ def get_inference_helpers(
835
835
Set of required primary keys is [`feature_view.primary_keys`](#primary_keys)
836
836
external: boolean, optional. If set to True, the connection to the
837
837
online feature store is established using the same host as
838
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
838
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
839
839
If set to False, the online feature store storage connector is used
840
840
which relies on the private IP. Defaults to True if connection to Hopsworks is established from
841
841
external environment (e.g AWS Sagemaker or Google Colab), otherwise to False.
@@ -912,7 +912,7 @@ def find_neighbors(
912
912
filter: A filter expression to restrict the search space (optional).
913
913
external: boolean, optional. If set to True, the connection to the
914
914
online feature store is established using the same host as
915
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
915
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
916
916
If set to False, the online feature store storage connector is used
917
917
which relies on the private IP. Defaults to True if connection to Hopsworks is established from
918
918
external environment (e.g AWS Sagemaker or Google Colab), otherwise to False.
@@ -3567,7 +3567,7 @@ def transform(
3567
3567
feature_vector: `Union[List[Any], List[List[Any]], pd.DataFrame, pl.DataFrame]`. The feature vector to be transformed.
3568
3568
external: boolean, optional. If set to True, the connection to the
3569
3569
online feature store is established using the same host as
3570
- for the `host` parameter in the [`hsfs.connection ()`](connection_api .md#connection ) method.
3570
+ for the `host` parameter in the [`hopsworks.login ()`](login .md#login ) method.
3571
3571
If set to False, the online feature store storage connector is used
3572
3572
which relies on the private IP. Defaults to True if connection to Hopsworks is established from
3573
3573
external environment (e.g AWS Sagemaker or Google Colab), otherwise to False.
0 commit comments