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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides documentation for the `TuneModelRequest` class within the Google Cloud Retail v2 API, specifically for the .NET environment."],["`TuneModelRequest` is a class used to initiate a manual tuning process for a specified model, overriding the scheduled automatic tuning."],["The documentation covers various versions of the `TuneModelRequest` class, ranging from version 1.0.0 to the latest version 2.12.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from `object`, and it also includes constructors and properties like `ModelName` and `Name`."],["The class allows for the configuration of a specific model to start the tune process, by providing the appropriate resource name in the format `projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}`."]]],[]]