public sealed class PauseScheduleRequest : IMessage<PauseScheduleRequest>, IEquatable<PauseScheduleRequest>, IDeepCloneable<PauseScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This documentation is for the `PauseScheduleRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `PauseScheduleRequest` class is used to construct request messages for pausing a schedule via the `ScheduleService.PauseSchedule` method."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PauseScheduleRequest` class includes properties for managing the schedule name, using either a string format or a `ScheduleName`-typed view."],["The `Name` property within the class is mandatory, representing the resource name of the schedule to be paused in the format of `projects/{project}/locations/{location}/schedules/{schedule}`."]]],[]]