Class CohereTextContentV2.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiinference.model.CohereTextContentV2.Builder
-
- Enclosing class:
- CohereTextContentV2
public static class CohereTextContentV2.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CohereTextContentV2build()CohereTextContentV2.Buildercopy(CohereTextContentV2 model)CohereTextContentV2.Buildertext(String text)The text content.
-
-
-
Method Detail
-
text
public CohereTextContentV2.Builder text(String text)
The text content.- Parameters:
text- the value to set- Returns:
- this builder
-
build
public CohereTextContentV2 build()
-
copy
public CohereTextContentV2.Builder copy(CohereTextContentV2 model)
-
-