Package com.azure.cosmos.models
Class CosmosVectorIndexSpec
java.lang.Object
com.azure.cosmos.models.CosmosVectorIndexSpec
Vector Indexes spec for Azure CosmosDB service.
-
Constructor Details
-
CosmosVectorIndexSpec
public CosmosVectorIndexSpec()Constructor
-
-
Method Details
-
getPath
Gets path.- Returns:
- the path.
-
setPath
Sets path.- Parameters:
path
- the path.- Returns:
- the SpatialSpec.
-
getType
Gets the vector index type for the vector index- Returns:
- the vector index type
-
setType
Sets the vector index type for the vector index- Parameters:
type
- the vector index type- Returns:
- the VectorIndexSpec
-