Uses of Class
com.logicalclocks.hsfs.StorageConnector.GcsConnector
Packages that use StorageConnector.GcsConnector
Package
Description
-
Uses of StorageConnector.GcsConnector in com.logicalclocks.hsfs
Methods in com.logicalclocks.hsfs that return StorageConnector.GcsConnectorModifier and TypeMethodDescriptionFeatureStoreBase.getGcsConnector(String name) Get a previously created Gcs compliant storage connector from the feature store. -
Uses of StorageConnector.GcsConnector in com.logicalclocks.hsfs.spark
Methods in com.logicalclocks.hsfs.spark that return StorageConnector.GcsConnectorModifier and TypeMethodDescriptionFeatureStore.getGcsConnector(String name) Get a previously created Gcs compliant storage connector from the feature store. -
Uses of StorageConnector.GcsConnector in com.logicalclocks.hsfs.spark.util
Methods in com.logicalclocks.hsfs.spark.util with parameters of type StorageConnector.GcsConnectorModifier and TypeMethodDescriptionorg.apache.spark.sql.Dataset<org.apache.spark.sql.Row>StorageConnectorUtils.read(StorageConnector.GcsConnector connector, DataSource dataSource, String dataFormat, Map<String, String> options) Reads a path into a spark dataframe using the GcsConnector.