Uses of Class
com.oracle.bmc.generativeaiinference.model.GroundingSupportSegment.Builder
-
Packages that use GroundingSupportSegment.Builder Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of GroundingSupportSegment.Builder in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return GroundingSupportSegment.Builder Modifier and Type Method Description static GroundingSupportSegment.Builder
GroundingSupportSegment. builder()
Create a new builder.GroundingSupportSegment.Builder
GroundingSupportSegment.Builder. copy(GroundingSupportSegment model)
GroundingSupportSegment.Builder
GroundingSupportSegment.Builder. endIndex(Integer endIndex)
The end indexGroundingSupportSegment.Builder
GroundingSupportSegment.Builder. startIndex(Integer startIndex)
The start indexGroundingSupportSegment.Builder
GroundingSupportSegment.Builder. text(String text)
the text in the segmentGroundingSupportSegment.Builder
GroundingSupportSegment. toBuilder()
-