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 document provides reference information for the `CreateScheduleRequest` class within the Google Cloud Notebooks v1 API, specifically version 2.3.0, which is used to request the creation of scheduled notebooks."],["The `CreateScheduleRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["This class offers two constructors: a default constructor and one that accepts another `CreateScheduleRequest` object for creating a new instance."],["The `CreateScheduleRequest` class has properties like `Parent`, `ParentAsScheduleName`, `Schedule`, and `ScheduleId` that are essential for defining the schedule creation request, with most of the properties having a required field."],["The document also lists the different versions of the `CreateScheduleRequest` class, from 1.0.0-beta04 up to the latest version, 2.5.0, available for the Notebooks v1 API."]]],[]]