GoogleCloudAiplatformV1GenerateContentRequest constructor
GoogleCloudAiplatformV1GenerateContentRequest({
- List<
GoogleCloudAiplatformV1Content> ? contents, - GoogleCloudAiplatformV1GenerationConfig? generationConfig,
- List<
GoogleCloudAiplatformV1SafetySetting> ? safetySettings, - List<
GoogleCloudAiplatformV1Tool> ? tools,
Implementation
GoogleCloudAiplatformV1GenerateContentRequest({
this.contents,
this.generationConfig,
this.safetySettings,
this.tools,
});