Uses of Class
com.oracle.bmc.generativeaiinference.model.GroundingMetadata
-
Packages that use GroundingMetadata Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of GroundingMetadata in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return GroundingMetadata Modifier and Type Method Description GroundingMetadata
GroundingMetadata.Builder. build()
GroundingMetadata
ChatChoice. getGroundingMetadata()
Methods in com.oracle.bmc.generativeaiinference.model with parameters of type GroundingMetadata Modifier and Type Method Description GroundingMetadata.Builder
GroundingMetadata.Builder. copy(GroundingMetadata model)
ChatChoice.Builder
ChatChoice.Builder. groundingMetadata(GroundingMetadata groundingMetadata)
Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type GroundingMetadata Constructor Description ChatChoice(Integer index, Message message, String finishReason, Logprobs logprobs, Usage usage, GroundingMetadata groundingMetadata)
Deprecated.
-