다음을 통해 공유


VectorsDebugInfo Class

Definition

The VectorsDebugInfo.

public class VectorsDebugInfo : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Models.VectorsDebugInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Models.VectorsDebugInfo>
type VectorsDebugInfo = class
    interface IJsonModel<VectorsDebugInfo>
    interface IPersistableModel<VectorsDebugInfo>
Public Class VectorsDebugInfo
Implements IJsonModel(Of VectorsDebugInfo), IPersistableModel(Of VectorsDebugInfo)
Inheritance
VectorsDebugInfo
Implements

Properties

Subscores

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VectorsDebugInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VectorsDebugInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VectorsDebugInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VectorsDebugInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VectorsDebugInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to