SearchModelFactory.KnowledgeBaseSearchIndexReference Method
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.
Represents an Azure Search document reference.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseSearchIndexReference KnowledgeBaseSearchIndexReference(string id = default, int activitySource = 0, System.Collections.Generic.IDictionary<string,BinaryData> sourceData = default, float? rerankerScore = default, string docKey = default, Azure.Search.Documents.KnowledgeBases.Models.PurviewSensitivityLabelInfo searchSensitivityLabelInfo = default);
static member KnowledgeBaseSearchIndexReference : string * int * System.Collections.Generic.IDictionary<string, BinaryData> * Nullable<single> * string * Azure.Search.Documents.KnowledgeBases.Models.PurviewSensitivityLabelInfo -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseSearchIndexReference
Public Shared Function KnowledgeBaseSearchIndexReference (Optional id As String = Nothing, Optional activitySource As Integer = 0, Optional sourceData As IDictionary(Of String, BinaryData) = Nothing, Optional rerankerScore As Nullable(Of Single) = Nothing, Optional docKey As String = Nothing, Optional searchSensitivityLabelInfo As PurviewSensitivityLabelInfo = Nothing) As KnowledgeBaseSearchIndexReference
Parameters
- id
- String
The ID of the reference.
- activitySource
- Int32
The source activity ID for the reference.
- sourceData
- IDictionary<String,BinaryData>
The source data for the reference.
- docKey
- String
The document key for the reference.
- searchSensitivityLabelInfo
- PurviewSensitivityLabelInfo
The sensitivity label information for the reference.
Returns
A new KnowledgeBaseSearchIndexReference instance for mocking.