GoogleCloudAiplatformV1GenerateContentResponse constructor
GoogleCloudAiplatformV1GenerateContentResponse({
- List<
GoogleCloudAiplatformV1Candidate> ? candidates, - GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback? promptFeedback,
- GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata? usageMetadata,
Implementation
GoogleCloudAiplatformV1GenerateContentResponse({
this.candidates,
this.promptFeedback,
this.usageMetadata,
});