public sealed class TuneModelMetadata : IMessage<TuneModelMetadata>, IEquatable<TuneModelMetadata>, IDeepCloneable<TuneModelMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Retail v2 API class TuneModelMetadata.
Metadata associated with a tune operation.
Implements
IMessageTuneModelMetadata, IEquatableTuneModelMetadata, IDeepCloneableTuneModelMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
TuneModelMetadata()
public TuneModelMetadata()TuneModelMetadata(TuneModelMetadata)
public TuneModelMetadata(TuneModelMetadata other)| Parameter | |
|---|---|
| Name | Description | 
| other | TuneModelMetadata | 
Properties
Model
public string Model { get; set; }The resource name of the model that this tune applies to.
Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}
| Property Value | |
|---|---|
| Type | Description | 
| string | |