public sealed class TriggerScheduleRequest : IMessage<TriggerScheduleRequest>, IEquatable<TriggerScheduleRequest>, IDeepCloneable<TriggerScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class TriggerScheduleRequest.
[[["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 documentation for the `TriggerScheduleRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.3.0."],["The `TriggerScheduleRequest` class is used to request the creation of scheduled notebooks and inherits from `object`, while also implementing multiple interfaces like `IMessage` and `IEquatable`."],["There are multiple versions available for this documentation, ranging from version 1.0.0-beta04 to the latest version 2.5.0, including version 2.3.0 which this documentation page is for."],["The class includes properties such as `Name` (a string representing the resource name) and `ScheduleName` (a typed view over the resource name)."],["There are also two constructors for this class, one default and one that takes in another `TriggerScheduleRequest` object."]]],[]]