Class CohereSystemMessageV2.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiinference.model.CohereSystemMessageV2.Builder
-
- Enclosing class:
- CohereSystemMessageV2
public static class CohereSystemMessageV2.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CohereSystemMessageV2build()CohereSystemMessageV2.Buildercontent(List<CohereContentV2> content)CohereSystemMessageV2.Buildercopy(CohereSystemMessageV2 model)
-
-
-
Method Detail
-
content
public CohereSystemMessageV2.Builder content(List<CohereContentV2> content)
-
build
public CohereSystemMessageV2 build()
-
copy
public CohereSystemMessageV2.Builder copy(CohereSystemMessageV2 model)
-
-