Class Document.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeaiinference.model.Document.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Documentbuild()Document.Buildercopy(Document model)Document.Buildertext(String text)The text of the document to rerank.
 
- 
- 
- 
Method Detail- 
textpublic Document.Builder text(String text) The text of the document to rerank.- Parameters:
- text- the value to set
- Returns:
- this builder
 
 - 
buildpublic Document build() 
 - 
copypublic Document.Builder copy(Document model) 
 
- 
 
-