GoogleCloudAiplatformV1GenerationConfig constructor
GoogleCloudAiplatformV1GenerationConfig({
- bool? audioTimestamp,
- int? candidateCount,
- double? frequencyPenalty,
- int? logprobs,
- int? maxOutputTokens,
- String? mediaResolution,
- double? presencePenalty,
- bool? responseLogprobs,
- String? responseMimeType,
- List<
String> ? responseModalities, - GoogleCloudAiplatformV1Schema? responseSchema,
- GoogleCloudAiplatformV1GenerationConfigRoutingConfig? routingConfig,
- int? seed,
- GoogleCloudAiplatformV1SpeechConfig? speechConfig,
- List<
String> ? stopSequences, - double? temperature,
- double? topK,
- 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,
});