Class GoogleCloudAiplatformV1beta1ScheduleRunResponse
Status of a scheduled run.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ScheduleRunResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RunResponse
The response of the scheduled run.
Declaration
[JsonProperty("runResponse")]
public virtual string RunResponse { get; set; }
Property Value
Type | Description |
---|---|
string |
ScheduledRunTime
object representation of ScheduledRunTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ScheduledRunTimeDateTimeOffset instead.")]
public virtual object ScheduledRunTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ScheduledRunTimeDateTimeOffset
DateTimeOffset representation of ScheduledRunTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ScheduledRunTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ScheduledRunTimeRaw
The scheduled run time based on the user-specified schedule.
Declaration
[JsonProperty("scheduledRunTime")]
public virtual string ScheduledRunTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |