GoogleCloudAiplatformV1GenerateContentRequest constructor

GoogleCloudAiplatformV1GenerateContentRequest({
  1. List<GoogleCloudAiplatformV1Content>? contents,
  2. GoogleCloudAiplatformV1GenerationConfig? generationConfig,
  3. List<GoogleCloudAiplatformV1SafetySetting>? safetySettings,
  4. List<GoogleCloudAiplatformV1Tool>? tools,
})

Implementation

GoogleCloudAiplatformV1GenerateContentRequest({
  this.contents,
  this.generationConfig,
  this.safetySettings,
  this.tools,
});