maxEmbeddingRequestsPerMin property

int? maxEmbeddingRequestsPerMin
getter/setter pair

The max number of queries per minute that this job is allowed to make to the embedding model specified on the corpus.

This value is specific to this job and not shared across other import jobs. Consult the Quotas page on the project to set an appropriate value here. If unspecified, a default value of 1,000 QPM would be used.

Optional.

Implementation

core.int? maxEmbeddingRequestsPerMin;