Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig

Config for thinking features.

Inheritance
object
GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IncludeThoughts

Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.

Declaration
[JsonProperty("includeThoughts")]
public virtual bool? IncludeThoughts { get; set; }
Property Value
Type Description
bool?

ThinkingBudget

Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.

Declaration
[JsonProperty("thinkingBudget")]
public virtual int? ThinkingBudget { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX