GoogleCloudAiplatformV1RagFileParsingConfig constructor

GoogleCloudAiplatformV1RagFileParsingConfig({
  1. GoogleCloudAiplatformV1RagFileParsingConfigLayoutParser? layoutParser,
  2. GoogleCloudAiplatformV1RagFileParsingConfigLlmParser? llmParser,
})

Implementation

GoogleCloudAiplatformV1RagFileParsingConfig({
  this.layoutParser,
  this.llmParser,
});