GoogleCloudAiplatformV1GenerateContentRequest constructor

GoogleCloudAiplatformV1GenerateContentRequest({
  1. String? cachedContent,
  2. List<GoogleCloudAiplatformV1Content>? contents,
  3. GoogleCloudAiplatformV1GenerationConfig? generationConfig,
  4. Map<String, String>? labels,
  5. List<GoogleCloudAiplatformV1SafetySetting>? safetySettings,
  6. GoogleCloudAiplatformV1Content? systemInstruction,
  7. GoogleCloudAiplatformV1ToolConfig? toolConfig,
  8. List<GoogleCloudAiplatformV1Tool>? tools,
})

Implementation

GoogleCloudAiplatformV1GenerateContentRequest({
  this.cachedContent,
  this.contents,
  this.generationConfig,
  this.labels,
  this.safetySettings,
  this.systemInstruction,
  this.toolConfig,
  this.tools,
});