GoogleCloudAiplatformV1Schedule constructor

GoogleCloudAiplatformV1Schedule({
  1. bool? allowQueueing,
  2. bool? catchUp,
  3. GoogleCloudAiplatformV1CreatePipelineJobRequest? createPipelineJobRequest,
  4. String? createTime,
  5. String? cron,
  6. String? displayName,
  7. String? endTime,
  8. String? lastPauseTime,
  9. String? lastResumeTime,
  10. GoogleCloudAiplatformV1ScheduleRunResponse? lastScheduledRunResponse,
  11. String? maxConcurrentRunCount,
  12. String? maxRunCount,
  13. String? name,
  14. String? nextRunTime,
  15. String? startTime,
  16. String? startedRunCount,
  17. String? state,
  18. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1Schedule({
  this.allowQueueing,
  this.catchUp,
  this.createPipelineJobRequest,
  this.createTime,
  this.cron,
  this.displayName,
  this.endTime,
  this.lastPauseTime,
  this.lastResumeTime,
  this.lastScheduledRunResponse,
  this.maxConcurrentRunCount,
  this.maxRunCount,
  this.name,
  this.nextRunTime,
  this.startTime,
  this.startedRunCount,
  this.state,
  this.updateTime,
});