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."],[[["The `TuneModelRequest` class in the Google.Cloud.Retail.V2 API allows for manual initiation of a model tuning process, as opposed to relying solely on scheduled tuning."],["The latest version of the `TuneModelRequest` class is 2.12.0, and there are multiple previous versions, including all the way back to 1.0.0 available."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities such as message handling, equality comparison, deep cloning, and buffered message support."],["The `TuneModelRequest` class includes properties `ModelName` (which is a typed view over the `Name` resource) and `Name` to specify the model to be tuned, using the full resource path."],["The `TuneModelRequest` has two constructors, a default one and another that accepts a `TuneModelRequest` as a parameter."]]],[]]