globalMaxEmbeddingRequestsPerMin property
Optional. The max number of queries per minute that the indexing pipeline job is allowed to make to the embedding model specified in the project. Please follow the quota usage guideline of the embedding model you use to set the value properly.If this value is not specified, max_embedding_requests_per_min will be used by indexing pipeline job as the global limit.
Implementation
final int globalMaxEmbeddingRequestsPerMin;