public sealed class CreateScheduleRequest : IMessage<CreateScheduleRequest>, IEquatable<CreateScheduleRequest>, IDeepCloneable<CreateScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class CreateScheduleRequest.
[[["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 documentation is for the `CreateScheduleRequest` class within the Google Cloud AI Platform Notebooks v1 API, specifically version 2.4.0, which is part of the Google.Cloud.Notebooks.V1 namespace."],["The `CreateScheduleRequest` class is used to request the creation of scheduled notebooks, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Parent`, `ParentAsScheduleName`, `Schedule`, and `ScheduleId`, which are used to define the location, resource name, and details of the schedule to be created, alongside a unique user defined ID."],["There are multiple versions of this class available, ranging from the latest version 2.5.0 down to version 1.0.0-beta04, with version 2.4.0 being the one covered in this documentation."]]],[]]