public sealed class TuneEngineRequest : IMessage<TuneEngineRequest>, IEquatable<TuneEngineRequest>, IDeepCloneable<TuneEngineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class TuneEngineRequest.
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."],[[["`TuneEngineRequest` is a class within the Discovery Engine v1beta API used to initiate a manual tuning process for an engine."],["The `TuneEngineRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default one `TuneEngineRequest()` and another one `TuneEngineRequest(TuneEngineRequest other)` that takes another `TuneEngineRequest` object as a parameter."],["The class contains two properties: `EngineName`, which provides a typed view of the resource name, and `Name`, a string property to specify the engine to be tuned in a specific format."]]],[]]