Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
In Rechnung gestelltes Kontingent
Recommender API-Preise legen den Umfang der Lese- und Schreibkontingente fest, die für einzelne Ressourcen bereitgestellt werden. Um verschiedene Preisoptionen zu unterstützen, wird das Lese- und Schreibkontingent pro Recommender aufgeschlüsselt.
Je nach Ressource, von der der Aufruf erfolgt, gelten die folgenden Kontingente:
Ressource
In Rechnung gestelltes Kontingent
Projekt
Organisation des Ressourcenprojekts
Organisation
Organisation der Ressource
Ordner
Organisation der Ressource
Rechnungskonto
Organisation des Clientprojekts
Typen von API-Anfragekontingenten
Aufrufe an die Recommender API werden gemäß den folgenden Kontingenttypen abgerechnet:
Methode
Kontingenttyp
ListInsights
Lesen
GetInsight
Lesen
MarkInsightAccepted
Schreiben
ListRecommendations
Lesen
GetRecommendation
Lesen
MarkRecommendationClaimed
Schreiben
MarkRecommendationSucceeded
Schreiben
MarkRecommendationFailed
Schreiben
Für den Aufruf der Recommender API sind folgende Kontingente verfügbar:
Ein kostenloses Kontingent, wenn Sie kein Supportpaket erworben haben oder nur einen grundlegenden rollenbasierten Support haben.
Ein vollständiges Kontingent, wenn Sie ein anderes Supportpaket erworben haben als das des grundlegenden rollenbasierten Supports.
Kontingentstufe
Lesevorgänge pro Minute
Lesevorgänge pro Tag
Schreibvorgänge pro Minute
Schreibvorgänge pro Tag
Kostenloses Kontingent
100 pro Organisation.
100 pro Organisation.
100 pro Organisation.
100 pro Organisation.
Vollständiges Kontingent
6.000 pro Organisation
1.000.000 pro Organisation
3.000 pro Organisation
100.000 pro Organisation
Wenn das oben aufgeführte Kontingent überschritten wird, erhalten Sie den HTTP-Statuscode 429 RESOURCE_EXHAUSTED.
Kontingente und Limits aufrufen
Prüfen Sie die Kontingente und Limits für eine Organisation wie im Folgenden beschrieben.
Console
Rufen Sie in der Google Cloud Console die Seite IAM für Ihre Organisation auf.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-02-01 (UTC)."],[],[],null,["# Quotas and limits\n\nCharged quota\n-------------\n\nRecommender API pricing controls how much read and write quota is provided to\nindividual resources. To support different pricing options, the read\nand write quota is broken down per recommender.\n\nDepending on the\n[resource](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy) from which the call is made, the\nfollowing quotas apply:\n\nAPI request quota types\n-----------------------\n\nCalls to the Recommender API are charged according to the following quota\ntypes:\n\nWhen the Recommender API is called, you are eligible for the following quotas:\n\n- Free tier quota if you have not purchased a support package, or have only a basic role-based support.\n- Full quota if you have purchased a support package other than a basic role-based support.\n\n\u003cbr /\u003e\n\nWhen the quota above is exceeded, you get the HTTP status code `429 RESOURCE_EXHAUSTED`.\n| **Note:** For projects outside an organization, quotas are applied *per project* and not per organization.\n\nViewing quotas and limits\n-------------------------\n\nView the quotas and limits for an organization using the following steps. \n\u003cbr /\u003e\n\n\n### Console\n\n1. In the Google Cloud console, go to the **IAM** page for your organization.\n[Go\nto the IAM page](https://console.cloud.google.com/iam-admin/iam)\n2. To view all quotas, click **Quotas**.\n3. To view the quotas and limits for a service, click **All Quotas**.\n\n\u003cbr /\u003e\n\n\n### gcloud\n\nTo view the quotas and limits for an organization, use the\n[`services quota list` command](/sdk/gcloud/reference/alpha/services/quota/list): \n\n```\n gcloud alpha services quota list --consumer=CONSUMER --service=SERVICE\n \n```\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eCONSUMER\u003c/var\u003e: the organization/*\\\u003cyour organization ID\\\u003e* in which you want to view the quotas and limits for.\n- \u003cvar translate=\"no\"\u003eSERVICE\u003c/var\u003e: specify the ID of the service, `recommender.googleapis.com`.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]