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.
Implements
IMessageRecommenderConfig, IEquatableRecommenderConfig, IDeepCloneableRecommenderConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Recommender.V1Assembly
Google.Cloud.Recommender.V1.dll
Constructors
RecommenderConfig()
public RecommenderConfig()
RecommenderConfig(RecommenderConfig)
public RecommenderConfig(RecommenderConfig other)
Parameter | |
---|---|
Name | Description |
other | RecommenderConfig |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Etag
public string Etag { get; set; }
Fingerprint of the RecommenderConfig. Provides optimistic locking when updating.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
Property Value | |
---|---|
Type | Description |
string |
RecommenderConfigName
public RecommenderConfigName RecommenderConfigName { get; set; }
RecommenderConfigName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RecommenderConfigName |
RecommenderGenerationConfig
public RecommenderGenerationConfig RecommenderGenerationConfig { get; set; }
RecommenderGenerationConfig which configures the Generation of recommendations for this recommender.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Last time when the config was updated.
Property Value | |
---|---|
Type | Description |
Timestamp |