Uses of Class
com.oracle.bmc.generativeaiinference.model.GroundingSupport
-
Packages that use GroundingSupport Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of GroundingSupport in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return GroundingSupport Modifier and Type Method Description GroundingSupport
GroundingSupport.Builder. build()
Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type GroundingSupport Modifier and Type Method Description List<GroundingSupport>
GroundingMetadata. getGroundingSupports()
Array of chunks to connect model response text to the sources in groundingChunks.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type GroundingSupport Modifier and Type Method Description GroundingSupport.Builder
GroundingSupport.Builder. copy(GroundingSupport model)
Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type GroundingSupport Modifier and Type Method Description GroundingMetadata.Builder
GroundingMetadata.Builder. groundingSupports(List<GroundingSupport> groundingSupports)
Array of chunks to connect model response text to the sources in groundingChunks.
-