Uses of Class
com.oracle.bmc.generativeaiinference.model.GroundingWebChunk
-
Packages that use GroundingWebChunk Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of GroundingWebChunk in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return GroundingWebChunk Modifier and Type Method Description GroundingWebChunk
GroundingWebChunk.Builder. build()
GroundingWebChunk
GroundingChunk. getWeb()
Methods in com.oracle.bmc.generativeaiinference.model with parameters of type GroundingWebChunk Modifier and Type Method Description GroundingWebChunk.Builder
GroundingWebChunk.Builder. copy(GroundingWebChunk model)
GroundingChunk.Builder
GroundingChunk.Builder. web(GroundingWebChunk web)
Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type GroundingWebChunk Constructor Description GroundingChunk(GroundingWebChunk web)
Deprecated.
-