public sealed class GetScheduleRequest : IMessage<GetScheduleRequest>, IEquatable<GetScheduleRequest>, IDeepCloneable<GetScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetScheduleRequest.
Request message for
[ScheduleService.GetSchedule][google.cloud.aiplatform.v1beta1.ScheduleService.GetSchedule].
[[["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-14 UTC."],[[["This documentation is for the `GetScheduleRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`GetScheduleRequest` is a request message used by `ScheduleService.GetSchedule` to retrieve a schedule resource."],["The `GetScheduleRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name`, a string representing the name of the schedule resource, and `ScheduleName`, a typed view of the `Name` property."],["The class also include two constructors, a parameterless constructor, and a constructor that takes another `GetScheduleRequest` object."]]],[]]