GoogleCloudAiplatformV1GenerationConfig constructor

GoogleCloudAiplatformV1GenerationConfig({
  1. bool? audioTimestamp,
  2. int? candidateCount,
  3. double? frequencyPenalty,
  4. int? logprobs,
  5. int? maxOutputTokens,
  6. String? mediaResolution,
  7. double? presencePenalty,
  8. bool? responseLogprobs,
  9. String? responseMimeType,
  10. List<String>? responseModalities,
  11. GoogleCloudAiplatformV1Schema? responseSchema,
  12. GoogleCloudAiplatformV1GenerationConfigRoutingConfig? routingConfig,
  13. int? seed,
  14. GoogleCloudAiplatformV1SpeechConfig? speechConfig,
  15. List<String>? stopSequences,
  16. double? temperature,
  17. double? topK,
  18. double? topP,
})

Implementation

GoogleCloudAiplatformV1GenerationConfig({
  this.audioTimestamp,
  this.candidateCount,
  this.frequencyPenalty,
  this.logprobs,
  this.maxOutputTokens,
  this.mediaResolution,
  this.presencePenalty,
  this.responseLogprobs,
  this.responseMimeType,
  this.responseModalities,
  this.responseSchema,
  this.routingConfig,
  this.seed,
  this.speechConfig,
  this.stopSequences,
  this.temperature,
  this.topK,
  this.topP,
});