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."],[[["The `CreateScheduleRequest` class is part of the AI Platform Notebooks v1 API, specifically within the `Google.Cloud.Notebooks.V1` namespace in the .NET library."],["This class represents a request to create a scheduled notebook and inherits from `object` while implementing `IMessage`, `IEquatable\u003cCreateScheduleRequest\u003e`, `IDeepCloneable\u003cCreateScheduleRequest\u003e`, and `IBufferMessage`."],["The `CreateScheduleRequest` class has constructors for creating a new instance, either empty or by copying an existing one, and includes properties like `Parent`, `ParentAsScheduleName`, `Schedule`, and `ScheduleId` for defining the schedule's details."],["The documentation offers different versions of the `CreateScheduleRequest`, with the latest being 2.5.0."],["The `Parent` property within the `CreateScheduleRequest` class is required, formatted as `parent=projects/{project_id}/locations/{location}`, with a string type, and the `Schedule` property represents the schedule to be created."]]],[]]