GoogleCloudAiplatformV1GenerationConfig constructor

GoogleCloudAiplatformV1GenerationConfig({
  1. int? candidateCount,
  2. int? maxOutputTokens,
  3. List<String>? stopSequences,
  4. double? temperature,
  5. double? topK,
  6. double? topP,
})

Implementation

GoogleCloudAiplatformV1GenerationConfig({
  this.candidateCount,
  this.maxOutputTokens,
  this.stopSequences,
  this.temperature,
  this.topK,
  this.topP,
});