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."],[[["This page provides reference documentation for the `TuneModelRequest` class within the Google Cloud Retail v2 API for .NET."],["The `TuneModelRequest` class allows users to manually initiate a tuning process for a specific model, instead of waiting for the scheduled tuning."],["The documentation outlines the class's constructors, including a default constructor and one that accepts another `TuneModelRequest` object as a parameter."],["Key properties of the `TuneModelRequest` class include `ModelName`, which offers a typed view over the model's name, and `Name`, which is a required string property representing the resource name of the model to be tuned."],["The documentation lists all available versions from `1.0.0` to the latest version `2.12.0` of the `TuneModelRequest` class."]]],[]]