public sealed class UpdateScheduleRequest : IMessage<UpdateScheduleRequest>, IEquatable<UpdateScheduleRequest>, IDeepCloneable<UpdateScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateScheduleRequest.
Request message for
[ScheduleService.UpdateSchedule][google.cloud.aiplatform.v1beta1.ScheduleService.UpdateSchedule].
[[["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 `UpdateScheduleRequest` class is used to update a schedule within the Cloud AI Platform v1beta1 API, specifically for the `ScheduleService.UpdateSchedule` method."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message manipulation and comparison."],["The `UpdateScheduleRequest` class requires a `Schedule` object to replace the existing resource on the server, and an `UpdateMask` to specify which parts of the resource should be updated."],["The class is available in multiple versions, with `1.0.0-beta21` being the latest release, and is defined within the `Google.Cloud.AIPlatform.V1Beta1` namespace in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]