Uses of Class
com.oracle.bmc.generativeaiinference.model.SearchEntryPoint
-
Packages that use SearchEntryPoint Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of SearchEntryPoint in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return SearchEntryPoint Modifier and Type Method Description SearchEntryPoint
SearchEntryPoint.Builder. build()
SearchEntryPoint
GroundingMetadata. getSearchEntryPoint()
Methods in com.oracle.bmc.generativeaiinference.model with parameters of type SearchEntryPoint Modifier and Type Method Description SearchEntryPoint.Builder
SearchEntryPoint.Builder. copy(SearchEntryPoint model)
GroundingMetadata.Builder
GroundingMetadata.Builder. searchEntryPoint(SearchEntryPoint searchEntryPoint)
Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type SearchEntryPoint Constructor Description GroundingMetadata(List<String> webSearchQueries, SearchEntryPoint searchEntryPoint, List<GroundingChunk> groundingChunks, List<GroundingSupport> groundingSupports)
Deprecated.
-