Uses of Class
com.oracle.bmc.generativeaiinference.model.GroundingSupportSegment
-
Packages that use GroundingSupportSegment Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of GroundingSupportSegment in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return GroundingSupportSegment Modifier and Type Method Description GroundingSupportSegment
GroundingSupportSegment.Builder. build()
GroundingSupportSegment
GroundingSupport. getSegment()
Methods in com.oracle.bmc.generativeaiinference.model with parameters of type GroundingSupportSegment Modifier and Type Method Description GroundingSupportSegment.Builder
GroundingSupportSegment.Builder. copy(GroundingSupportSegment model)
GroundingSupport.Builder
GroundingSupport.Builder. segment(GroundingSupportSegment segment)
Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type GroundingSupportSegment Constructor Description GroundingSupport(GroundingSupportSegment segment, List<Integer> groundingChunkIndices)
Deprecated.
-