LabeledDataKnowledgeSource(Uri, String) Constructor

Definition

Initializes a new instance of LabeledDataKnowledgeSource.

public LabeledDataKnowledgeSource(Uri containerUri, string fileListPath);
new Azure.AI.ContentUnderstanding.LabeledDataKnowledgeSource : Uri * string -> Azure.AI.ContentUnderstanding.LabeledDataKnowledgeSource
Public Sub New (containerUri As Uri, fileListPath As String)

Parameters

containerUri
Uri

The URL of the blob container containing labeled data.

fileListPath
String

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

Exceptions

containerUri or fileListPath is null.

Applies to