VectorStoreConfigurations Class
- java.
lang. Object - com.
azure. ai. agents. persistent. models. VectorStoreConfigurations
- com.
Implements
public final class VectorStoreConfigurations
implements JsonSerializable<VectorStoreConfigurations>
The structure, containing the list of vector storage configurations i.e. the list of azure asset IDs.
Constructor Summary
| Constructor | Description |
|---|---|
| VectorStoreConfigurations(String storeName, VectorStoreConfiguration storeConfiguration) |
Creates an instance of Vector |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Vector |
fromJson(JsonReader jsonReader)
Reads an instance of Vector |
|
Vector |
getStoreConfiguration()
Get the store |
| String |
getStoreName()
Get the store |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
VectorStoreConfigurations
public VectorStoreConfigurations(String storeName, VectorStoreConfiguration storeConfiguration)
Creates an instance of VectorStoreConfigurations class.
Parameters:
Method Details
fromJson
public static VectorStoreConfigurations fromJson(JsonReader jsonReader)
Reads an instance of VectorStoreConfigurations from the JsonReader.
Parameters:
Returns:
Throws:
getStoreConfiguration
public VectorStoreConfiguration getStoreConfiguration()
Get the storeConfiguration property: Configurations.
Returns:
getStoreName
public String getStoreName()
Get the storeName property: Name.
Returns: