Interface protos.google.cloud.discoveryengine.v1.GenerateGroundedContentRequest.IGenerationSpec (2.0.1)

Properties of a GenerationSpec.

Package

@google-cloud/discoveryengine

Properties

frequencyPenalty

frequencyPenalty?: (number|null);

GenerationSpec frequencyPenalty

languageCode

languageCode?: (string|null);

GenerationSpec languageCode

maxOutputTokens

maxOutputTokens?: (number|null);

GenerationSpec maxOutputTokens

modelId

modelId?: (string|null);

GenerationSpec modelId

presencePenalty

presencePenalty?: (number|null);

GenerationSpec presencePenalty

temperature

temperature?: (number|null);

GenerationSpec temperature

topK

topK?: (number|null);

GenerationSpec topK

topP

topP?: (number|null);

GenerationSpec topP