GoogleCloudAiplatformV1GenerationConfig constructor

GoogleCloudAiplatformV1GenerationConfig({
  1. bool? audioTimestamp,
  2. GoogleCloudAiplatformV1AudioTranscriptionConfig? audioTranscriptionConfig,
  3. int? candidateCount,
  4. bool? enableAffectiveDialog,
  5. double? frequencyPenalty,
  6. GoogleCloudAiplatformV1ImageConfig? imageConfig,
  7. int? logprobs,
  8. int? maxOutputTokens,
  9. String? mediaResolution,
  10. double? presencePenalty,
  11. List<GoogleCloudAiplatformV1ResponseFormat>? responseFormat,
  12. Object? responseJsonSchema,
  13. bool? responseLogprobs,
  14. String? responseMimeType,
  15. List<String>? responseModalities,
  16. GoogleCloudAiplatformV1Schema? responseSchema,
  17. GoogleCloudAiplatformV1GenerationConfigRoutingConfig? routingConfig,
  18. int? seed,
  19. GoogleCloudAiplatformV1SpeechConfig? speechConfig,
  20. List<String>? stopSequences,
  21. double? temperature,
  22. GoogleCloudAiplatformV1GenerationConfigThinkingConfig? thinkingConfig,
  23. double? topK,
  24. double? topP,
})

Implementation

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