public sealed class Schedule.Types.RunResponse : IMessage<Schedule.Types.RunResponse>, IEquatable<Schedule.Types.RunResponse>, IDeepCloneable<Schedule.Types.RunResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Schedule.Types.RunResponse.
Status of a scheduled run.
Implements
IMessageScheduleTypesRunResponse, IEquatableScheduleTypesRunResponse, IDeepCloneableScheduleTypesRunResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
RunResponse()
public RunResponse()RunResponse(RunResponse)
public RunResponse(Schedule.Types.RunResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ScheduleTypesRunResponse |
Properties
RunResponse_
public string RunResponse_ { get; set; }The response of the scheduled run.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ScheduledRunTime
public Timestamp ScheduledRunTime { get; set; }The scheduled run time based on the user-specified schedule.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|