Class GroundingSupport.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeaiinference.model.GroundingSupport.Builder
 
- 
- Enclosing class:
- GroundingSupport
 
 public static class GroundingSupport.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GroundingSupportbuild()GroundingSupport.Buildercopy(GroundingSupport model)GroundingSupport.BuildergroundingChunkIndices(List<Integer> groundingChunkIndices)The grounding chunk indicesGroundingSupport.Buildersegment(GroundingSupportSegment segment)
 
- 
- 
- 
Method Detail- 
segmentpublic GroundingSupport.Builder segment(GroundingSupportSegment segment) 
 - 
groundingChunkIndicespublic GroundingSupport.Builder groundingChunkIndices(List<Integer> groundingChunkIndices) The grounding chunk indices- Parameters:
- groundingChunkIndices- the value to set
- Returns:
- this builder
 
 - 
buildpublic GroundingSupport build() 
 - 
copypublic GroundingSupport.Builder copy(GroundingSupport model) 
 
- 
 
-