Skip to main content

recommenders_config

Overview

Namerecommenders_config
TypeResource
Idgoogle.recommender.recommenders_config

Fields

NameDatatypeDescription
namestringName of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
annotationsobjectAllows clients to store small amounts of arbitrary data. Annotations must follow the Kubernetes syntax. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
displayNamestringA user-settable field to provide a human-readable name to be used in user interfaces.
etagstringFingerprint of the RecommenderConfig. Provides optimistic locking when updating.
recommenderGenerationConfigobjectA Configuration to customize the generation of recommendations. Eg, customizing the lookback period considered when generating a recommendation.
revisionIdstringOutput only. Immutable. The revision ID of the config. A new revision is committed whenever the config is changed in any way. The format is an 8-character hexadecimal string.
updateTimestringLast time when the config was updated.

Methods

NameAccessible byRequired ParamsDescription
billing_accounts_locations_recommenders_get_configSELECTbillingAccountsId, locationsId, recommendersIdGets the requested Recommender Config. There is only one instance of the config for each Recommender.
organizations_locations_recommenders_get_configSELECTlocationsId, organizationsId, recommendersIdGets the requested Recommender Config. There is only one instance of the config for each Recommender.
projects_locations_recommenders_get_configSELECTlocationsId, projectsId, recommendersIdGets the requested Recommender Config. There is only one instance of the config for each Recommender.
billing_accounts_locations_recommenders_update_configEXECbillingAccountsId, locationsId, recommendersIdUpdates a Recommender Config. This will create a new revision of the config.
organizations_locations_recommenders_update_configEXEClocationsId, organizationsId, recommendersIdUpdates a Recommender Config. This will create a new revision of the config.
projects_locations_recommenders_update_configEXEClocationsId, projectsId, recommendersIdUpdates a Recommender Config. This will create a new revision of the config.