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-03-25 UTC."],[[["`GetScheduleRequest` is a class within the Google Cloud AI Platform v1beta1 API, designed as a request message for retrieving a schedule via `ScheduleService.GetSchedule`."],["This class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["It inherits from `object` and includes methods such as `GetHashCode()`, `GetType()`, and `ToString()` from the base class."],["`GetScheduleRequest` provides a `Name` property, a string representing the required name of the schedule resource, and a `ScheduleName` property for a typed view of the resource name."],["The latest version available for this request message is beta21, with beta20 also being listed, showcasing versioning within the API documentation."]]],[]]