GoogleCloudAiplatformV1RagChunk constructor
GoogleCloudAiplatformV1RagChunk({
- String? chunkId,
- String? fileId,
- GoogleCloudAiplatformV1RagChunkPageSpan? pageSpan,
- String? text,
Implementation
GoogleCloudAiplatformV1RagChunk({
this.chunkId,
this.fileId,
this.pageSpan,
this.text,
});