ContentUnderstandingModelFactory.LabeledDataKnowledgeSource 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.
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.