Interface protos.google.cloud.aiplatform.v1beta1.IGenerationConfig (3.13.0)

Properties of a GenerationConfig.

Package

@google-cloud/aiplatform

Properties

candidateCount

candidateCount?: (number|null);

GenerationConfig candidateCount

maxOutputTokens

maxOutputTokens?: (number|null);

GenerationConfig maxOutputTokens

stopSequences

stopSequences?: (string[]|null);

GenerationConfig stopSequences

temperature

temperature?: (number|null);

GenerationConfig temperature

topK

topK?: (number|null);

GenerationConfig topK

topP

topP?: (number|null);

GenerationConfig topP