GoogleCloudAiplatformV1RagContextsContext constructor

GoogleCloudAiplatformV1RagContextsContext({
  1. GoogleCloudAiplatformV1RagChunk? chunk,
  2. double? score,
  3. String? sourceDisplayName,
  4. String? sourceUri,
  5. String? text,
})

Implementation

GoogleCloudAiplatformV1RagContextsContext({
  this.chunk,
  this.score,
  this.sourceDisplayName,
  this.sourceUri,
  this.text,
});