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, rewriteFeatureStoreName
public 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
IOException
FeatureStoreException
public FeatureStore getFeatureStore() throws IOException, FeatureStoreException
getFeatureStore
in class HopsworksConnectionBase
IOException
- Generic IO exception.FeatureStoreException
- If client is not connected to Hopsworkspublic FeatureStore getFeatureStore(String name) throws IOException, FeatureStoreException
getFeatureStore
in class HopsworksConnectionBase
name
- the name of the feature store to get the handle forIOException
- Generic IO exception.FeatureStoreException
- If client is not connected to HopsworksCopyright © 2023. All rights reserved.