Package com.anthropic.models.messages
Class ThinkingConfigDisabled
-
- All Implemented Interfaces:
public final class ThinkingConfigDisabled
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classThinkingConfigDisabled.BuilderA builder for ThinkingConfigDisabled.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("disabled")final Map<String, JsonValue>_additionalProperties()final ThinkingConfigDisabled.BuildertoBuilder()final ThinkingConfigDisabledvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ThinkingConfigDisabled.Builderbuilder()Returns a mutable builder for constructing an instance of ThinkingConfigDisabled. -
-
Method Detail
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("disabled")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ThinkingConfigDisabled.Builder toBuilder()
-
validate
final ThinkingConfigDisabled validate()
-
builder
final static ThinkingConfigDisabled.Builder builder()
Returns a mutable builder for constructing an instance of ThinkingConfigDisabled.
-
-
-
-