Cloud AI Platform v1 API - Class Schedule.Types.RunResponse (2.27.0)

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 v1 API class Schedule.Types.RunResponse.

Status of a scheduled run.

Inheritance

object > Schedule.Types.RunResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

RunResponse()

public RunResponse()

RunResponse(RunResponse)

public RunResponse(Schedule.Types.RunResponse other)
Parameter
NameDescription
otherScheduleTypesRunResponse

Properties

RunResponse_

public string RunResponse_ { get; set; }

The response of the scheduled run.

Property Value
TypeDescription
string

ScheduledRunTime

public Timestamp ScheduledRunTime { get; set; }

The scheduled run time based on the user-specified schedule.

Property Value
TypeDescription
Timestamp