OnYourDataContextProperty Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. openai. models. OnYourDataContextProperty
- com.
- com.
public final class OnYourDataContextProperty
extends ExpandableStringEnum<OnYourDataContextProperty>
The context property.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
On |
ALL_RETRIEVED_DOCUMENTS
The `all_retrieved_documents` property. |
|
static final
On |
CITATIONS
The `citations` property. |
|
static final
On |
INTENT
The `intent` property. |
Constructor Summary
| Constructor | Description |
|---|---|
| OnYourDataContextProperty() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of On |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
On |
fromString(String name)
Creates or finds a On |
|
static
Collection<On |
values()
Gets known On |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALL_RETRIEVED_DOCUMENTS
public static final OnYourDataContextProperty ALL_RETRIEVED_DOCUMENTS
The `all_retrieved_documents` property.
CITATIONS
public static final OnYourDataContextProperty CITATIONS
The `citations` property.
INTENT
public static final OnYourDataContextProperty INTENT
The `intent` property.
Constructor Details
OnYourDataContextProperty
@Deprecated
public OnYourDataContextProperty()
Deprecated
Creates a new instance of OnYourDataContextProperty value.
Method Details
fromString
public static OnYourDataContextProperty fromString(String name)
Creates or finds a OnYourDataContextProperty from its string representation.
Parameters:
Returns:
values
public static Collection<OnYourDataContextProperty> values()
Gets known OnYourDataContextProperty values.
Returns: