Class GoogleCloudRecommendationengineV1alphaTuningMetadata
Metadata associated with a tune operation.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1alphaTuningMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RecommendationModel
The resource name of the recommendation model that this tune applies to. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/eventStores/{event_store_id}/recommendationModels/{recommendation_model_id}
Declaration
[JsonProperty("recommendationModel")]
public virtual string RecommendationModel { get; set; }
Property Value
Type | Description |
---|---|
string |