GoogleCloudAiplatformV1GenerateContentResponse constructor

GoogleCloudAiplatformV1GenerateContentResponse({
  1. List<GoogleCloudAiplatformV1Candidate>? candidates,
  2. String? createTime,
  3. String? modelVersion,
  4. GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback? promptFeedback,
  5. String? responseId,
  6. GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata? usageMetadata,
})

Implementation

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