Interface protos.google.cloud.aiplatform.v1.IGenerationConfig (6.1.0)

Properties of a GenerationConfig.

Package

@google-cloud/aiplatform

Properties

candidateCount

candidateCount?: (number|null);

GenerationConfig candidateCount

frequencyPenalty

frequencyPenalty?: (number|null);

GenerationConfig frequencyPenalty

imageConfig

imageConfig?: (google.cloud.aiplatform.v1.IImageConfig|null);

GenerationConfig imageConfig

logprobs

logprobs?: (number|null);

GenerationConfig logprobs

maxOutputTokens

maxOutputTokens?: (number|null);

GenerationConfig maxOutputTokens

presencePenalty

presencePenalty?: (number|null);

GenerationConfig presencePenalty

responseJsonSchema

responseJsonSchema?: (google.protobuf.IValue|null);

GenerationConfig responseJsonSchema

responseLogprobs

responseLogprobs?: (boolean|null);

GenerationConfig responseLogprobs

responseMimeType

responseMimeType?: (string|null);

GenerationConfig responseMimeType

responseSchema

responseSchema?: (google.cloud.aiplatform.v1.ISchema|null);

GenerationConfig responseSchema

routingConfig

routingConfig?: (google.cloud.aiplatform.v1.GenerationConfig.IRoutingConfig|null);

GenerationConfig routingConfig

seed

seed?: (number|null);

GenerationConfig seed

speechConfig

speechConfig?: (google.cloud.aiplatform.v1.ISpeechConfig|null);

GenerationConfig speechConfig

stopSequences

stopSequences?: (string[]|null);

GenerationConfig stopSequences

temperature

temperature?: (number|null);

GenerationConfig temperature

thinkingConfig

thinkingConfig?: (google.cloud.aiplatform.v1.GenerationConfig.IThinkingConfig|null);

GenerationConfig thinkingConfig

topK

topK?: (number|null);

GenerationConfig topK

topP

topP?: (number|null);

GenerationConfig topP