public sealed class PauseEngineRequest : IMessage<PauseEngineRequest>, IEquatable<PauseEngineRequest>, IDeepCloneable<PauseEngineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class PauseEngineRequest.
[[["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 documentation for the `PauseEngineRequest` class within the Google Cloud Discovery Engine v1beta API, specifically for version 1.0.0-beta17."],["`PauseEngineRequest` is used to request the pausing of training for a specific engine, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PauseEngineRequest` class has two constructors: a default constructor and one that accepts another `PauseEngineRequest` object as a parameter."],["Key properties of the `PauseEngineRequest` class include `EngineName`, which provides a typed view over the resource name, and `Name`, which is a string representing the resource name of the engine to be paused in the required format."]]],[]]