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-04-09 UTC."],[[["This document provides reference information for the `Schedule.Types.RunResponse` class within the Cloud AI Platform v1beta1 API, detailing its structure and usage."],["`RunResponse` represents the status of a scheduled run and inherits from the `object` class, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default `RunResponse()` constructor, and a constructor `RunResponse(Schedule.Types.RunResponse other)` for creating a copy of an existing `RunResponse` object."],["The `RunResponse` class has two key properties: `RunResponse_`, which is a string representing the response of the scheduled run, and `ScheduledRunTime`, a Timestamp indicating the user-specified scheduled run time."]]],[]]