LabeledDataKnowledgeSource(Uri, String) Constructor
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.
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.