GoogleCloudAiplatformV1GenerateContentResponse constructor

GoogleCloudAiplatformV1GenerateContentResponse({
  1. List<GoogleCloudAiplatformV1Candidate>? candidates,
  2. GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback? promptFeedback,
  3. GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata? usageMetadata,
})

Implementation

GoogleCloudAiplatformV1GenerateContentResponse({
  this.candidates,
  this.promptFeedback,
  this.usageMetadata,
});