public sealed class Schedule.Types.RunResponse : IMessage<Schedule.Types.RunResponse>, IEquatable<Schedule.Types.RunResponse>, IDeepCloneable<Schedule.Types.RunResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class Schedule.Types.RunResponse.
[[["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."],[[["This documentation provides details for the `Schedule.Types.RunResponse` class within the Google Cloud AI Platform v1beta1 API, which is used to define the status of a scheduled run."],["The `RunResponse` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods like `GetHashCode`, `GetType`, and `ToString`."],["There are two constructors available for `RunResponse`: a default constructor and another that takes a `Schedule.Types.RunResponse` object as a parameter."],["The `RunResponse` class includes two key properties: `RunResponse_`, which represents the string response of the scheduled run, and `ScheduledRunTime`, representing the time the run is scheduled, using the `Timestamp` type."]]],[]]