Class VectorOptions
java.lang.Object
com.datastax.astra.client.core.vector.VectorOptions
Subclass representing the vector options.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets dimensionGets metricGets serviceGet metric as an enum.
-
Constructor Details
-
VectorOptions
public VectorOptions()Default constructor.
-
-
Method Details
-
getSimilarityMetric
Get metric as an enum.- Returns:
- similarity metric
-
getDimension
Gets dimension- Returns:
- value of dimension
-
getMetric
Gets metric- Returns:
- value of metric
-
getService
Gets service- Returns:
- value of service
-