LabeledDataKnowledgeSource Class
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 class LabeledDataKnowledgeSource : Azure.AI.ContentUnderstanding.KnowledgeSource, System.ClientModel.Primitives.IJsonModel<Azure.AI.ContentUnderstanding.LabeledDataKnowledgeSource>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.ContentUnderstanding.LabeledDataKnowledgeSource>
type LabeledDataKnowledgeSource = class
inherit KnowledgeSource
interface IJsonModel<LabeledDataKnowledgeSource>
interface IPersistableModel<LabeledDataKnowledgeSource>
Public Class LabeledDataKnowledgeSource
Inherits KnowledgeSource
Implements IJsonModel(Of LabeledDataKnowledgeSource), IPersistableModel(Of LabeledDataKnowledgeSource)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| LabeledDataKnowledgeSource(Uri, String) |
Initializes a new instance of LabeledDataKnowledgeSource. |
Properties
| Name | Description |
|---|---|
| ContainerUri |
The URL of the blob container containing labeled data. |
| ContainerUrl |
The URL of the blob container containing labeled data. |
| FileListPath |
An optional path to a file listing specific blobs to include. |
| Prefix |
An optional prefix to filter blobs within the container. |