Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see Model versions and lifecycle.
The full resource name of a Document AI processor or processor version. The processor must have type LAYOUT_PARSER_PROCESSOR. If specified, the additionalConfig.parse_as_scanned_pdf field must be false. Format: * projects/{projectId}/locations/{location}/processors/{processorId} * projects/{projectId}/locations/{location}/processors/{processorId}/processorVersions/{processor_version_id}
maxParsingRequestsPerMin
integer
The maximum number of requests the job is allowed to make to the Document AI processor per minute. Consult https://cloud.google.com/document-ai/quotas and the Quota page for your project to set an appropriate value here. If unspecified, a default value of 120 QPM would be used.
globalMaxParsingRequestsPerMin
integer
The maximum number of requests the job is allowed to make to the Document AI processor per minute in this project. Consult https://cloud.google.com/document-ai/quotas and the Quota page for your project to set an appropriate value here. If this value is not specified, maxParsingRequestsPerMin will be used by indexing pipeline as the global limit.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# RagFileParsingConfig\n\nSpecifies the parsing config for RagFiles.\nFields `useAdvancedPdfParsing` \n**(deprecated)** `boolean` \n| This item is deprecated!\n\nWhether to use advanced PDF parsing. \n`parser` `Union type` \nThe parser to use for RagFiles. `parser` can be only one of the following:\n`advancedParser` `object (`[AdvancedParser](/vertex-ai/generative-ai/docs/reference/rest/v1beta1/RagFileParsingConfig#AdvancedParser)`)` \nThe Advanced Parser to use for RagFiles.\n`layoutParser` `object (`[LayoutParser](/vertex-ai/generative-ai/docs/reference/rest/v1beta1/RagFileParsingConfig#LayoutParser)`)` \nThe Layout Parser to use for RagFiles.\n`llmParser` `object (`[LlmParser](/vertex-ai/generative-ai/docs/reference/rest/v1beta1/projects.locations.ragCorpora#LlmParser)`)` \nThe LLM Parser to use for RagFiles. \n\nAdvancedParser\n--------------\n\nSpecifies the advanced parsing for RagFiles.\nFields `useAdvancedPdfParsing` `boolean` \nWhether to use advanced PDF parsing. \n\nLayoutParser\n------------\n\nDocument AI Layout Parser config.\nFields `processorName` `string` \nThe full resource name of a Document AI processor or processor version. The processor must have type `LAYOUT_PARSER_PROCESSOR`. If specified, the `additionalConfig.parse_as_scanned_pdf` field must be false. Format: \\* `projects/{projectId}/locations/{location}/processors/{processorId}` \\* `projects/{projectId}/locations/{location}/processors/{processorId}/processorVersions/{processor_version_id}`\n`maxParsingRequestsPerMin` `integer` \nThe maximum number of requests the job is allowed to make to the Document AI processor per minute. Consult \u003chttps://cloud.google.com/document-ai/quotas\u003e and the Quota page for your project to set an appropriate value here. If unspecified, a default value of 120 QPM would be used.\n`globalMaxParsingRequestsPerMin` `integer` \nThe maximum number of requests the job is allowed to make to the Document AI processor per minute in this project. Consult \u003chttps://cloud.google.com/document-ai/quotas\u003e and the Quota page for your project to set an appropriate value here. If this value is not specified, maxParsingRequestsPerMin will be used by indexing pipeline as the global limit."]]