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-03-21 UTC."],[[["The `TuneModelRequest` class in the Google Cloud Retail v2 API allows users to manually initiate a tuning process for a model."],["This page provides reference documentation and code samples for the `TuneModelRequest` class, which is part of the `Google.Cloud.Retail.V2` namespace and available in multiple versions."],["The latest version of this document is version 2.12.0, and the content details all the previous versions down to 1.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `TuneModelRequest` class is constructed via a default constructor and a copy constructor, with two properties `ModelName` and `Name`, both of which are critical for functionality."]]],[]]