GoogleCloudAiplatformV1GroundingChunkRetrievedContext constructor

GoogleCloudAiplatformV1GroundingChunkRetrievedContext({
  1. String? documentName,
  2. GoogleCloudAiplatformV1RagChunk? ragChunk,
  3. String? text,
  4. String? title,
  5. String? uri,
})

Implementation

GoogleCloudAiplatformV1GroundingChunkRetrievedContext({
  this.documentName,
  this.ragChunk,
  this.text,
  this.title,
  this.uri,
});