GoogleCloudAiplatformV1GenerateContentRequest constructor
GoogleCloudAiplatformV1GenerateContentRequest({
- String? cachedContent,
- List<
GoogleCloudAiplatformV1Content> ? contents, - GoogleCloudAiplatformV1GenerationConfig? generationConfig,
- Map<
String, String> ? labels, - List<
GoogleCloudAiplatformV1SafetySetting> ? safetySettings, - GoogleCloudAiplatformV1Content? systemInstruction,
- GoogleCloudAiplatformV1ToolConfig? toolConfig,
- List<
GoogleCloudAiplatformV1Tool> ? tools,
Implementation
GoogleCloudAiplatformV1GenerateContentRequest({
this.cachedContent,
this.contents,
this.generationConfig,
this.labels,
this.safetySettings,
this.systemInstruction,
this.toolConfig,
this.tools,
});