@@ -1424,7 +1424,7 @@ def create_training_data(
1424
1424
* key `use_spark` and value `True` to materialize training dataset
1425
1425
with Spark instead of [Hopsworks Feature Query Service](https://docs.hopsworks.ai/latest/setup_installation/common/arrow_flight_duckdb/).
1426
1426
* key `spark` and value an object of type
1427
- [hsfs.core.job_configuration.JobConfiguration](../job_configuration )
1427
+ [hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration )
1428
1428
to configure the Hopsworks Job used to compute the training dataset.
1429
1429
* key `wait_for_job` and value `True` or `False` to configure
1430
1430
whether or not to the save call should return only
@@ -1703,7 +1703,7 @@ def create_train_test_split(
1703
1703
* key `use_spark` and value `True` to materialize training dataset
1704
1704
with Spark instead of [Hopsworks Feature Query Service](https://docs.hopsworks.ai/latest/setup_installation/common/arrow_flight_duckdb/).
1705
1705
* key `spark` and value an object of type
1706
- [hsfs.core.job_configuration.JobConfiguration](../job_configuration )
1706
+ [hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration )
1707
1707
to configure the Hopsworks Job used to compute the training dataset.
1708
1708
* key `wait_for_job` and value `True` or `False` to configure
1709
1709
whether or not to the save call should return only
@@ -1979,7 +1979,7 @@ def create_train_validation_test_split(
1979
1979
* key `use_spark` and value `True` to materialize training dataset
1980
1980
with Spark instead of [Hopsworks Feature Query Service](https://docs.hopsworks.ai/latest/setup_installation/common/arrow_flight_duckdb/).
1981
1981
* key `spark` and value an object of type
1982
- [hsfs.core.job_configuration.JobConfiguration](../job_configuration )
1982
+ [hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration )
1983
1983
to configure the Hopsworks Job used to compute the training dataset.
1984
1984
* key `wait_for_job` and value `True` or `False` to configure
1985
1985
whether or not to the save call should return only
@@ -2103,7 +2103,7 @@ def recreate_training_dataset(
2103
2103
* key `use_spark` and value `True` to materialize training dataset
2104
2104
with Spark instead of [Hopsworks Feature Query Service](https://docs.hopsworks.ai/latest/setup_installation/common/arrow_flight_duckdb/).
2105
2105
* key `spark` and value an object of type
2106
- [hsfs.core.job_configuration.JobConfiguration](../job_configuration )
2106
+ [hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration )
2107
2107
to configure the Hopsworks Job used to compute the training dataset.
2108
2108
* key `wait_for_job` and value `True` or `False` to configure
2109
2109
whether or not to the save call should return only
@@ -2222,7 +2222,7 @@ def training_data(
2222
2222
* key `"arrow_flight_config"` to pass a dictionary of arrow flight configurations.
2223
2223
For example: `{"arrow_flight_config": {"timeout": 900}}`.
2224
2224
* key `spark` and value an object of type
2225
- [hsfs.core.job_configuration.JobConfiguration](../job_configuration )
2225
+ [hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration )
2226
2226
to configure the Hopsworks Job used to compute the training dataset.
2227
2227
Defaults to `{}`.
2228
2228
spine: Spine dataframe with primary key, event time and
@@ -2385,7 +2385,7 @@ def train_test_split(
2385
2385
* key `"arrow_flight_config"` to pass a dictionary of arrow flight configurations.
2386
2386
For example: `{"arrow_flight_config": {"timeout": 900}}`
2387
2387
* key `spark` and value an object of type
2388
- [hsfs.core.job_configuration.JobConfiguration](../job_configuration )
2388
+ [hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration )
2389
2389
to configure the Hopsworks Job used to compute the training dataset.
2390
2390
Defaults to `{}`.
2391
2391
spine: Spine dataframe with primary key, event time and
@@ -2588,7 +2588,7 @@ def train_validation_test_split(
2588
2588
* key `"arrow_flight_config"` to pass a dictionary of arrow flight configurations.
2589
2589
For example: `{"arrow_flight_config": {"timeout": 900}}`
2590
2590
* key `spark` and value an object of type
2591
- [hsfs.core.job_configuration.JobConfiguration](../job_configuration )
2591
+ [hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration )
2592
2592
to configure the Hopsworks Job used to compute the training dataset.
2593
2593
Defaults to `{}`.
2594
2594
spine: Spine dataframe with primary key, event time and
0 commit comments