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."],["This page provides documentation for version 2.11.0 of the `TuneModelRequest` class, with links to other available versions, including the latest version 2.12.0, as well as a comprehensive list of previous versions down to 1.0.0."],["The `TuneModelRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `TuneModelRequest` class include `ModelName`, a typed view of the resource name, and `Name`, the string representation of the model's resource name, which is a required field."],["The documentation provides information about the `TuneModelRequest` constructors, which include a default constructor and a constructor that accepts another `TuneModelRequest` object for creating a copy."]]],[]]