Package com.azure.ai.openai.models
Class OnYourDataContextProperty
java.lang.Object
com.azure.core.util.ExpandableStringEnum<OnYourDataContextProperty>
com.azure.ai.openai.models.OnYourDataContextProperty
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class OnYourDataContextProperty
extends com.azure.core.util.ExpandableStringEnum<OnYourDataContextProperty>
The context property.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OnYourDataContextPropertyThe `all_retrieved_documents` property.static final OnYourDataContextPropertyThe `citations` property.static final OnYourDataContextPropertyThe `intent` property. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OnYourDataContextPropertyfromString(String name) Creates or finds a OnYourDataContextProperty from its string representation.static Collection<OnYourDataContextProperty> values()Gets known OnYourDataContextProperty values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CITATIONS
The `citations` property. -
INTENT
The `intent` property. -
ALL_RETRIEVED_DOCUMENTS
The `all_retrieved_documents` property.
-
-
Constructor Details
-
OnYourDataContextProperty
Deprecated.Use thefromString(String)factory method.Creates a new instance of OnYourDataContextProperty value.
-
-
Method Details
-
fromString
Creates or finds a OnYourDataContextProperty from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OnYourDataContextProperty.
-
values
Gets known OnYourDataContextProperty values.- Returns:
- known OnYourDataContextProperty values.
-
fromString(String)factory method.