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).
Required. The resource name of the engine to tune.
Format:
projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}
[[["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 document provides reference information for the `TuneEngineRequest` class within the Google Cloud Discovery Engine v1beta API, specifically for version 1.0.0-beta17."],["The `TuneEngineRequest` class is used to initiate a manual tuning process for a specified engine, rather than waiting for the automatic, periodic tuning schedule."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cTuneEngineRequest\u003e`, `IDeepCloneable\u003cTuneEngineRequest\u003e`, and `IBufferMessage`, and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["`TuneEngineRequest` includes two properties, `EngineName` for a typed view of the resource name, and `Name` which represents the resource name of the engine to be tuned."],["Two constructors are provided for the `TuneEngineRequest` class: a default constructor and one that accepts another `TuneEngineRequest` as a parameter."]]],[]]