You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig.java
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,7 @@ public final class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig ex
38
38
privatejava.lang.BooleanincludeThoughts;
39
39
40
40
/**
41
-
* Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is
42
-
* true.
41
+
* Optional. Indicates the thinking budget in tokens.
43
42
* The value may be {@code null}.
44
43
*/
45
44
@com.google.api.client.util.Key
@@ -65,17 +64,15 @@ public GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig setIncludeThou
65
64
}
66
65
67
66
/**
68
-
* Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is
69
-
* true.
67
+
* Optional. Indicates the thinking budget in tokens.
70
68
* @return value or {@code null} for none
71
69
*/
72
70
publicjava.lang.IntegergetThinkingBudget() {
73
71
returnthinkingBudget;
74
72
}
75
73
76
74
/**
77
-
* Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is
78
-
* true.
75
+
* Optional. Indicates the thinking budget in tokens.
79
76
* @param thinkingBudget thinkingBudget or {@code null} for none
0 commit comments