İngilizce dilinde oku

Aracılığıyla paylaş


VectorsDebugInfo Class

  • java.lang.Object
    • com.azure.search.documents.models.VectorsDebugInfo

Implements

public final class VectorsDebugInfo
implements JsonSerializable<VectorsDebugInfo>

The VectorsDebugInfo model.

Constructor Summary

Constructor Description
VectorsDebugInfo()

Creates an instance of VectorsDebugInfo class.

Method Summary

Modifier and Type Method and Description
static VectorsDebugInfo fromJson(JsonReader jsonReader)

Reads an instance of VectorsDebugInfo from the JsonReader.

QueryResultDocumentSubscores getSubscores()

Get the subscores property: The breakdown of subscores of the document prior to the chosen result set fusion/combination method such as RRF.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

VectorsDebugInfo

public VectorsDebugInfo()

Creates an instance of VectorsDebugInfo class.

Method Details

fromJson

public static VectorsDebugInfo fromJson(JsonReader jsonReader)

Reads an instance of VectorsDebugInfo from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of VectorsDebugInfo if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the VectorsDebugInfo.

getSubscores

public QueryResultDocumentSubscores getSubscores()

Get the subscores property: The breakdown of subscores of the document prior to the chosen result set fusion/combination method such as RRF.

Returns:

the subscores value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to

Azure SDK for Java

Preview