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 pertains to the `CreateScheduleRequest` class within the Google Cloud AI Platform Notebooks v1 API, specifically version 2.2.0."],["The `CreateScheduleRequest` class is used to define requests for creating scheduled notebooks and inherits from the `Object` class, implementing several interfaces like `IMessage` and `IEquatable`."],["It includes constructors for creating instances of `CreateScheduleRequest`, either default or by copying another instance, with the latter requiring an `other` parameter of the same type."],["The class has properties such as `Parent`, `ParentAsScheduleName`, `Schedule`, and `ScheduleId`, which are used to specify the project location, the actual schedule to be created, and a unique user-defined ID for the schedule."],["This page provides versioned documentation, with links to versions ranging from 1.0.0-beta04 to the latest 2.5.0, including the currently viewed 2.2.0."]]],[]]