GoogleCloudAiplatformV1GenerationConfig constructor

GoogleCloudAiplatformV1GenerationConfig({
  1. int? candidateCount,
  2. double? frequencyPenalty,
  3. int? maxOutputTokens,
  4. double? presencePenalty,
  5. String? responseMimeType,
  6. GoogleCloudAiplatformV1Schema? responseSchema,
  7. List<String>? stopSequences,
  8. double? temperature,
  9. double? topK,
  10. double? topP,
})

Implementation

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