Class VectorStoreProviderSettingStatusQuery
-
- All Implemented Interfaces:
public final class VectorStoreProviderSettingStatusQuery
-
-
Constructor Summary
Constructors Constructor Description VectorStoreProviderSettingStatusQuery(VectorStoreSettingBase<SecretKey> setting, String indexName)
-
Method Summary
Modifier and Type Method Description final VectorStoreSettingBase<SecretKey>getSetting()final StringgetIndexName()-
-
Constructor Detail
-
VectorStoreProviderSettingStatusQuery
VectorStoreProviderSettingStatusQuery(VectorStoreSettingBase<SecretKey> setting, String indexName)
-
-
Method Detail
-
getSetting
final VectorStoreSettingBase<SecretKey> getSetting()
-
getIndexName
final String getIndexName()
-
-
-
-