KnowledgeSourceKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. contentunderstanding. models. KnowledgeSourceKind
- com.
- com.
public final class KnowledgeSourceKind
extends ExpandableStringEnum<KnowledgeSourceKind>
Knowledge source kind.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Knowledge |
LABELED_DATA
A labeled data knowledge source. |
Constructor Summary
| Constructor | Description |
|---|---|
| KnowledgeSourceKind() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Knowledge |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Knowledge |
fromString(String name)
Creates or finds a Knowledge |
|
static
Collection<Knowledge |
values()
Gets known Knowledge |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
LABELED_DATA
public static final KnowledgeSourceKind LABELED_DATA
A labeled data knowledge source.
Constructor Details
KnowledgeSourceKind
@Deprecated
public KnowledgeSourceKind()
Deprecated
Creates a new instance of KnowledgeSourceKind value.
Method Details
fromString
public static KnowledgeSourceKind fromString(String name)
Creates or finds a KnowledgeSourceKind from its string representation.
Parameters:
Returns:
values
public static Collection<KnowledgeSourceKind> values()
Gets known KnowledgeSourceKind values.
Returns: