GoogleCloudAiplatformV1RagChunk constructor

GoogleCloudAiplatformV1RagChunk({
  1. String? chunkId,
  2. String? fileId,
  3. GoogleCloudAiplatformV1RagChunkPageSpan? pageSpan,
  4. String? text,
})

Implementation

GoogleCloudAiplatformV1RagChunk({
  this.chunkId,
  this.fileId,
  this.pageSpan,
  this.text,
});