ContentUnderstandingModelFactory.LabeledDataKnowledgeSource Method

Definition

Labeled data knowledge source.

public static Azure.AI.ContentUnderstanding.LabeledDataKnowledgeSource LabeledDataKnowledgeSource(Uri containerUri = default, string prefix = default, string fileListPath = default);
static member LabeledDataKnowledgeSource : Uri * string * string -> Azure.AI.ContentUnderstanding.LabeledDataKnowledgeSource
Public Shared Function LabeledDataKnowledgeSource (Optional containerUri As Uri = Nothing, Optional prefix As String = Nothing, Optional fileListPath As String = Nothing) As LabeledDataKnowledgeSource

Parameters

containerUri
Uri

The URL of the blob container containing labeled data.

prefix
String

An optional prefix to filter blobs within the container.

fileListPath
String

An optional path to a file listing specific blobs to include.

Returns

A new LabeledDataKnowledgeSource instance for mocking.

Applies to