CosmosVectorIndexSpec Class

  • java.lang.Object
    • com.azure.cosmos.models.CosmosVectorIndexSpec

public final class CosmosVectorIndexSpec

Vector Indexes spec for Azure CosmosDB service.

Constructor Summary

Constructor Description
CosmosVectorIndexSpec()

Constructor

Method Summary

Modifier and Type Method and Description
String getPath()

Gets path.

String getType()

Gets the vector index type for the vector index

CosmosVectorIndexSpec setPath(String path)

Sets path.

CosmosVectorIndexSpec setType(String type)

Sets the vector index type for the vector index

Methods inherited from java.lang.Object

Constructor Details

CosmosVectorIndexSpec

public CosmosVectorIndexSpec()

Constructor

Method Details

getPath

public String getPath()

Gets path.

Returns:

the path.

getType

public String getType()

Gets the vector index type for the vector index

Returns:

the vector index type

setPath

public CosmosVectorIndexSpec setPath(String path)

Sets path.

Parameters:

path - the path.

Returns:

the SpatialSpec.

setType

public CosmosVectorIndexSpec setType(String type)

Sets the vector index type for the vector index

Parameters:

type - the vector index type

Returns:

the VectorIndexSpec

Applies to