Retail v2 API - Class TuneModelMetadata (2.9.0)

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

Reference documentation and code samples for the Retail v2 API class TuneModelMetadata.

Metadata associated with a tune operation.

Inheritance

object > TuneModelMetadata

Namespace

Google.Cloud.Retail.V2

Assembly

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