SearchModelFactory.KnowledgeBaseFabricOntologyReference 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 a Fabric Ontology document reference.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseFabricOntologyReference KnowledgeBaseFabricOntologyReference(string id = default, int activitySource = 0, System.Collections.Generic.IDictionary<string,BinaryData> sourceData = default, float? rerankerScore = default, string workspaceId = default, string ontologyId = default);
static member KnowledgeBaseFabricOntologyReference : string * int * System.Collections.Generic.IDictionary<string, BinaryData> * Nullable<single> * string * string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseFabricOntologyReference
Public Shared Function KnowledgeBaseFabricOntologyReference (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 ontologyId As String = Nothing) As KnowledgeBaseFabricOntologyReference
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.
- workspaceId
- String
The Fabric workspace ID.
- ontologyId
- String
The ontology ID within the workspace.
Returns
A new KnowledgeBaseFabricOntologyReference instance for mocking.