QueryRewritesValuesDebugInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains debugging information specific to query rewrites.
public class QueryRewritesValuesDebugInfo : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Models.QueryRewritesValuesDebugInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Models.QueryRewritesValuesDebugInfo>
type QueryRewritesValuesDebugInfo = class
interface IJsonModel<QueryRewritesValuesDebugInfo>
interface IPersistableModel<QueryRewritesValuesDebugInfo>
Public Class QueryRewritesValuesDebugInfo
Implements IJsonModel(Of QueryRewritesValuesDebugInfo), IPersistableModel(Of QueryRewritesValuesDebugInfo)
- Inheritance
-
QueryRewritesValuesDebugInfo
- Implements
Properties
InputQuery |
The input text to the generative query rewriting model. There may be cases where the user query and the input to the generative model are not identical. |
Rewrites |
List of query rewrites. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<QueryRewritesValuesDebugInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<QueryRewritesValuesDebugInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<QueryRewritesValuesDebugInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<QueryRewritesValuesDebugInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<QueryRewritesValuesDebugInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |