public sealed class PauseScheduleRequest : IMessage<PauseScheduleRequest>, IEquatable<PauseScheduleRequest>, IDeepCloneable<PauseScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class PauseScheduleRequest.
Request message for
[ScheduleService.PauseSchedule][google.cloud.aiplatform.v1beta1.ScheduleService.PauseSchedule].
[[["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."],[[["The `PauseScheduleRequest` class is part of the Vertex AI v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class is a request message used for the `ScheduleService.PauseSchedule` operation, as a way to pause a scheduled resource in Vertex AI."],["It inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Name` (a string representing the schedule resource name) and `ScheduleName` (a typed view of the resource name), which are required when using this message to pause a schedule."],["Two constructors are available: a parameterless constructor, and a second constructor that takes another `PauseScheduleRequest` as a parameter, which is used to copy an existing request."]]],[]]