Class ScalarQuantizationConfig
java.lang.Object
io.metaloom.qdrant.client.http.model.collection.config.ScalarQuantizationConfig
- All Implemented Interfaces:
RestModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetType()booleansetAlwaysRam(boolean alwaysRam) setQuantile(float quantile)
-
Constructor Details
-
ScalarQuantizationConfig
public ScalarQuantizationConfig()
-
-
Method Details
-
getType
-
setType
-
getQuantile
public float getQuantile() -
setQuantile
-
isAlwaysRam
public boolean isAlwaysRam() -
setAlwaysRam
-