Uses of Class
com.oracle.bmc.generativeaiinference.model.WebSearchOptions.SearchContextSize
- 
Packages that use WebSearchOptions.SearchContextSize Package Description com.oracle.bmc.generativeaiinference.model 
- 
- 
Uses of WebSearchOptions.SearchContextSize in com.oracle.bmc.generativeaiinference.modelMethods in com.oracle.bmc.generativeaiinference.model that return WebSearchOptions.SearchContextSize Modifier and Type Method Description static WebSearchOptions.SearchContextSizeWebSearchOptions.SearchContextSize. create(String key)WebSearchOptions.SearchContextSizeWebSearchOptions. getSearchContextSize()Specifies the size of the web search context.static WebSearchOptions.SearchContextSizeWebSearchOptions.SearchContextSize. valueOf(String name)Returns the enum constant of this type with the specified name.static WebSearchOptions.SearchContextSize[]WebSearchOptions.SearchContextSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type WebSearchOptions.SearchContextSize Modifier and Type Method Description WebSearchOptions.BuilderWebSearchOptions.Builder. searchContextSize(WebSearchOptions.SearchContextSize searchContextSize)Specifies the size of the web search context.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type WebSearchOptions.SearchContextSize Constructor Description WebSearchOptions(WebSearchOptions.SearchContextSize searchContextSize, ApproximateLocation userLocation)Deprecated.
 
-