Retail v2 API - Class TuneModelRequest (2.9.0)

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

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

Request to manually start a tuning process now (instead of waiting for the periodically scheduled tuning to happen).

Inheritance

object > TuneModelRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

TuneModelRequest()

public TuneModelRequest()

TuneModelRequest(TuneModelRequest)

public TuneModelRequest(TuneModelRequest other)
Parameter
Name Description
other TuneModelRequest

Properties

ModelName

public ModelName ModelName { get; set; }

ModelName-typed view over the Name resource name property.

Property Value
Type Description
ModelName

Name

public string Name { get; set; }

Required. The resource name of the model to tune. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}

Property Value
Type Description
string