Properties of a Schedule.
Package
@google-cloud/aiplatformProperties
allowQueueing
allowQueueing?: (boolean|null);
Schedule allowQueueing
catchUp
catchUp?: (boolean|null);
Schedule catchUp
createPipelineJobRequest
createPipelineJobRequest?: (google.cloud.aiplatform.v1beta1.ICreatePipelineJobRequest|null);
Schedule createPipelineJobRequest
createTime
createTime?: (google.protobuf.ITimestamp|null);
Schedule createTime
cron
cron?: (string|null);
Schedule cron
displayName
displayName?: (string|null);
Schedule displayName
endTime
endTime?: (google.protobuf.ITimestamp|null);
Schedule endTime
lastPauseTime
lastPauseTime?: (google.protobuf.ITimestamp|null);
Schedule lastPauseTime
lastResumeTime
lastResumeTime?: (google.protobuf.ITimestamp|null);
Schedule lastResumeTime
lastScheduledRunResponse
lastScheduledRunResponse?: (google.cloud.aiplatform.v1beta1.Schedule.IRunResponse|null);
Schedule lastScheduledRunResponse
maxConcurrentRunCount
maxConcurrentRunCount?: (number|Long|string|null);
Schedule maxConcurrentRunCount
maxRunCount
maxRunCount?: (number|Long|string|null);
Schedule maxRunCount
name
name?: (string|null);
Schedule name
nextRunTime
nextRunTime?: (google.protobuf.ITimestamp|null);
Schedule nextRunTime
startedRunCount
startedRunCount?: (number|Long|string|null);
Schedule startedRunCount
startTime
startTime?: (google.protobuf.ITimestamp|null);
Schedule startTime
state
state?: (google.cloud.aiplatform.v1beta1.Schedule.State|keyof typeof google.cloud.aiplatform.v1beta1.Schedule.State|null);
Schedule state
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
Schedule updateTime