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