Google Cloud Ai Platform V1 Client - Class ThinkingLevel (1.49.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ThinkingLevel.

The thinking level for the model.

Protobuf type google.cloud.aiplatform.v1.GenerationConfig.ThinkingConfig.ThinkingLevel

Namespace

Google \ Cloud \ AIPlatform \ V1 \ GenerationConfig \ ThinkingConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

THINKING_LEVEL_UNSPECIFIED

Value: 0

Unspecified thinking level.

Generated from protobuf enum THINKING_LEVEL_UNSPECIFIED = 0;

LOW

Value: 1

Low thinking level.

Generated from protobuf enum LOW = 1;

MEDIUM

Value: 2

Medium thinking level.

Generated from protobuf enum MEDIUM = 2;

HIGH

Value: 3

High thinking level.

Generated from protobuf enum HIGH = 3;

MINIMAL

Value: 4

MINIMAL thinking level.

Generated from protobuf enum MINIMAL = 4;