Class RunIncludes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunIncludes>
com.azure.ai.openai.assistants.models.RunIncludes
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Values to for the includes parameter in the create run operation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RunIncludes
fromString
(String name) Creates or finds a RunIncludes from its string representation.static Collection
<RunIncludes> values()
Gets known RunIncludes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
FILE_SEARCH_CONTENT
Fetch the file search result content.
-
-
Constructor Details
-
RunIncludes
Deprecated.Use thefromString(String)
factory method.Creates a new instance of RunIncludes value.
-
-
Method Details
-
fromString
Creates or finds a RunIncludes from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RunIncludes.
-
values
Gets known RunIncludes values.- Returns:
- known RunIncludes values.
-
fromString(String)
factory method.