Class BetaThinkingTypes.Builder
-
- All Implemented Interfaces:
public final class BetaThinkingTypes.BuilderA builder for BetaThinkingTypes.
-
-
Method Summary
-
-
Method Detail
-
adaptive
final BetaThinkingTypes.Builder adaptive(BetaCapabilitySupport adaptive)
Whether the model supports thinking with type 'adaptive' (auto).
-
adaptive
final BetaThinkingTypes.Builder adaptive(JsonField<BetaCapabilitySupport> adaptive)
Sets Builder.adaptive to an arbitrary JSON value.
You should usually call Builder.adaptive with a well-typed BetaCapabilitySupport value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
enabled
final BetaThinkingTypes.Builder enabled(BetaCapabilitySupport enabled)
Whether the model supports thinking with type 'enabled'.
-
enabled
final BetaThinkingTypes.Builder enabled(JsonField<BetaCapabilitySupport> enabled)
Sets Builder.enabled to an arbitrary JSON value.
You should usually call Builder.enabled with a well-typed BetaCapabilitySupport value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaThinkingTypes.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaThinkingTypes.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaThinkingTypes.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaThinkingTypes.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaThinkingTypes.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaThinkingTypes build()
Returns an immutable instance of BetaThinkingTypes.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.adaptive() .enabled()
-
-
-
-