public sealed class CreateScheduleRequest : IMessage<CreateScheduleRequest>, IEquatable<CreateScheduleRequest>, IDeepCloneable<CreateScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateScheduleRequest.
Request message for
[ScheduleService.CreateSchedule][google.cloud.aiplatform.v1beta1.ScheduleService.CreateSchedule].
[[["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-04-09 UTC."],[[["This documentation details the `CreateScheduleRequest` class, which is part of the Google Cloud AI Platform v1beta1 API, specifically for requesting the creation of a schedule."],["The `CreateScheduleRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `CreateScheduleRequest` class include `Parent` (a string representing the location for the schedule), `ParentAsLocationName` (a typed view of `Parent`), and `Schedule` (the schedule object to be created)."],["The `CreateScheduleRequest` class has two constructors, a default constructor, and one that takes another `CreateScheduleRequest` instance as an argument."],["The latest version of the `CreateScheduleRequest` is `1.0.0-beta21`, and there is also a prior version of `1.0.0-beta20` available."]]],[]]