Class Document.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiinference.model.Document.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Document
build()
Document.Builder
copy(Document model)
Document.Builder
text(String text)
The text of the document to rerank.
-
-
-
Method Detail
-
text
public Document.Builder text(String text)
The text of the document to rerank.- Parameters:
text
- the value to set- Returns:
- this builder
-
build
public Document build()
-
copy
public Document.Builder copy(Document model)
-
-