GoogleCloudAiplatformV1Fact constructor

GoogleCloudAiplatformV1Fact({
  1. String? query,
  2. double? score,
  3. String? summary,
  4. String? title,
  5. String? uri,
  6. double? vectorDistance,
})

Implementation

GoogleCloudAiplatformV1Fact({
  this.query,
  this.score,
  this.summary,
  this.title,
  this.uri,
  this.vectorDistance,
});