SearchModelFactory.KnowledgeBaseFabricDataAgentReference Method

Definition

Represents a Fabric Data Agent document reference.

public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseFabricDataAgentReference KnowledgeBaseFabricDataAgentReference(string id = default, int activitySource = 0, System.Collections.Generic.IDictionary<string,BinaryData> sourceData = default, float? rerankerScore = default, string workspaceId = default, string dataAgentId = default);
static member KnowledgeBaseFabricDataAgentReference : string * int * System.Collections.Generic.IDictionary<string, BinaryData> * Nullable<single> * string * string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseFabricDataAgentReference
Public Shared Function KnowledgeBaseFabricDataAgentReference (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 workspaceId As String = Nothing, Optional dataAgentId As String = Nothing) As KnowledgeBaseFabricDataAgentReference

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.

rerankerScore
Nullable<Single>

The reranker score for the document reference.

workspaceId
String

The Fabric workspace ID.

dataAgentId
String

The Fabric Data Agent ID.

Returns

A new KnowledgeBaseFabricDataAgentReference instance for mocking.

Applies to