VectorThreshold Class
- java.
lang. Object - com.
azure. search. documents. models. VectorThreshold
- com.
Implements
public class VectorThreshold
implements JsonSerializable<VectorThreshold>
The threshold used for vector queries.
Constructor Summary
| Constructor | Description |
|---|---|
| VectorThreshold() |
Creates an instance of Vector |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Vector |
fromJson(JsonReader jsonReader)
Reads an instance of Vector |
|
Vector |
getKind()
Get the kind property: The kind of threshold used to filter vector queries. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
VectorThreshold
public VectorThreshold()
Creates an instance of VectorThreshold class.
Method Details
fromJson
public static VectorThreshold fromJson(JsonReader jsonReader)
Reads an instance of VectorThreshold from the JsonReader.
Parameters:
Returns:
Throws:
getKind
public VectorThresholdKind getKind()
Get the kind property: The kind of threshold used to filter vector queries.
Returns: