public class HopsworksConnection extends HopsworksConnectionBase
apiKeyFilePath, apiKeyValue, certPath, featureStoreApi, host, hostnameVerification, keyStorePath, port, project, projectApi, projectObj, region, secretStore, trustStorePath| Constructor and Description |
|---|
HopsworksConnection(String host,
int port,
String project,
software.amazon.awssdk.regions.Region region,
SecretStore secretStore,
boolean hostnameVerification,
String trustStorePath,
String certPath,
String apiKeyFilePath,
String apiKeyValue) |
| Modifier and Type | Method and Description |
|---|---|
FeatureStore |
getFeatureStore()
Retrieve the project feature store.
|
FeatureStore |
getFeatureStore(String name)
Retrieve a feature store based on name.
|
close, getProject, getProjectName, rewriteFeatureStoreNamepublic HopsworksConnection(String host, int port, String project, software.amazon.awssdk.regions.Region region, SecretStore secretStore, boolean hostnameVerification, String trustStorePath, String certPath, String apiKeyFilePath, String apiKeyValue) throws IOException, FeatureStoreException
IOExceptionFeatureStoreExceptionpublic FeatureStore getFeatureStore() throws IOException, FeatureStoreException
getFeatureStore in class HopsworksConnectionBaseIOException - IOExceptionFeatureStoreException - FeatureStoreExceptionpublic FeatureStore getFeatureStore(String name) throws IOException, FeatureStoreException
getFeatureStore in class HopsworksConnectionBasename - the name of the feature store to get the handle forIOException - IOExceptionFeatureStoreException - FeatureStoreExceptionCopyright © 2025. All rights reserved.