Package dev.cachly.api.model
Class QuantizedEmbedding
java.lang.Object
dev.cachly.api.model.QuantizedEmbedding
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-17T00:43:25.074268745Z[Etc/UTC]",
comments="Generator version: 7.5.0")
public class QuantizedEmbedding
extends Object
QuantizedEmbedding
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddValuesItem(Integer valuesItem) booleanReturn true if this QuantizedEmbedding object is equal to o.getMax()Maximum float64 value before quantizationgetMin()Minimum float64 value before quantizationGet valuesinthashCode()max(BigDecimal max) min(BigDecimal min) voidsetMax(BigDecimal max) voidsetMin(BigDecimal min) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VALUES
- See Also:
-
JSON_PROPERTY_MIN
- See Also:
-
JSON_PROPERTY_MAX
- See Also:
-
-
Constructor Details
-
QuantizedEmbedding
public QuantizedEmbedding()
-
-
Method Details
-
values
-
addValuesItem
-
getValues
Get values- Returns:
- values
-
setValues
-
min
-
getMin
Minimum float64 value before quantization- Returns:
- min
-
setMin
-
max
-
getMax
Maximum float64 value before quantization- Returns:
- max
-
setMax
-
equals
Return true if this QuantizedEmbedding object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-