Google Cloud Recommender v1 API - Class RecommenderConfig (3.6.0)

public sealed class RecommenderConfig : IMessage<RecommenderConfig>, IEquatable<RecommenderConfig>, IDeepCloneable<RecommenderConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Recommender v1 API class RecommenderConfig.

Configuration for a Recommender.

Inheritance

object > RecommenderConfig

Namespace

Google.Cloud.Recommender.V1

Assembly

Google.Cloud.Recommender.V1.dll

Constructors

RecommenderConfig()

public RecommenderConfig()

RecommenderConfig(RecommenderConfig)

public RecommenderConfig(RecommenderConfig other)
Parameter
NameDescription
otherRecommenderConfig

Properties

Annotations

public MapField<string, string> Annotations { get; }

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.

Property Value
TypeDescription
MapFieldstringstring

DisplayName

public string DisplayName { get; set; }

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

Property Value
TypeDescription
string

Etag

public string Etag { get; set; }

Fingerprint of the RecommenderConfig. Provides optimistic locking when updating.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string

RecommenderConfigName

public RecommenderConfigName RecommenderConfigName { get; set; }

RecommenderConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
RecommenderConfigName

RecommenderGenerationConfig

public RecommenderGenerationConfig RecommenderGenerationConfig { get; set; }

RecommenderGenerationConfig which configures the Generation of recommendations for this recommender.

Property Value
TypeDescription
RecommenderGenerationConfig

RevisionId

public string RevisionId { get; set; }

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.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Last time when the config was updated.

Property Value
TypeDescription
Timestamp