public sealed class ResumeEngineRequest : IMessage<ResumeEngineRequest>, IEquatable<ResumeEngineRequest>, IDeepCloneable<ResumeEngineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ResumeEngineRequest.
[[["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 `ResumeEngineRequest` class within the Google Cloud Discovery Engine v1beta API, specifically for versions 1.0.0-beta17 and 1.0.0-beta18."],["The `ResumeEngineRequest` class is used to request the resumption of training for an engine and is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace."],["`ResumeEngineRequest` inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, `ResumeEngineRequest()` and `ResumeEngineRequest(ResumeEngineRequest other)`, and two properties: `EngineName` and `Name`."],["The `Name` property is required and specifies the resource name of the engine to be resumed, following a specific format that includes the project number, location ID, collection ID, and engine ID."]]],[]]