RecommenderConfig

Configuration for a Recommender.

JSON representation
{
 "name": string,
 "recommenderGenerationConfig": {
 object (RecommenderGenerationConfig )
 },
 "etag": string,
 "updateTime": string,
 "revisionId": string,
 "annotations": {
 string: string,
 ...
 },
 "displayName": string
}
Fields
name

string

Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config

recommenderGenerationConfig

object (RecommenderGenerationConfig )

RecommenderGenerationConfig which configures the Generation of recommendations for this recommender.

etag

string

Fingerprint of the RecommenderConfig. Provides optimistic locking when updating.

updateTime

string (Timestamp format)

Last time when the config was updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014年10月02日T15:01:23Z" and "2014年10月02日T15:01:23.045123456Z".

revisionId

string

Output 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.

annotations

map (key: string, value: string)

Allows 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.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

displayName

string

A user-settable field to provide a human-readable name to be used in user interfaces.

RecommenderGenerationConfig

A Configuration to customize the generation of recommendations. Eg, customizing the lookback period considered when generating a recommendation.

JSON representation
{
 "params": {
 object
 }
}
Fields
params

object (Struct format)

Parameters for this RecommenderGenerationConfig. These configs can be used by or are applied to all subtypes.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年05月14日 UTC.