Uses of Class
com.oracle.bmc.generativeaiinference.model.GroundingChunk
-
Packages that use GroundingChunk Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of GroundingChunk in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return GroundingChunk Modifier and Type Method Description GroundingChunk
GroundingChunk.Builder. build()
Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type GroundingChunk Modifier and Type Method Description List<GroundingChunk>
GroundingMetadata. getGroundingChunks()
Array of objects containing the web sources.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type GroundingChunk Modifier and Type Method Description GroundingChunk.Builder
GroundingChunk.Builder. copy(GroundingChunk model)
Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type GroundingChunk Modifier and Type Method Description GroundingMetadata.Builder
GroundingMetadata.Builder. groundingChunks(List<GroundingChunk> groundingChunks)
Array of objects containing the web sources.
-