GoogleCloudAiplatformV1GenerationConfig constructor
GoogleCloudAiplatformV1GenerationConfig({})
Implementation
GoogleCloudAiplatformV1GenerationConfig({
this.candidateCount,
this.frequencyPenalty,
this.maxOutputTokens,
this.presencePenalty,
this.responseMimeType,
this.responseSchema,
this.stopSequences,
this.temperature,
this.topK,
this.topP,
});