GoogleCloudAiplatformV1Schedule constructor
GoogleCloudAiplatformV1Schedule({
- bool? allowQueueing,
- bool? catchUp,
- GoogleCloudAiplatformV1CreatePipelineJobRequest? createPipelineJobRequest,
- String? createTime,
- String? cron,
- String? displayName,
- String? endTime,
- String? lastPauseTime,
- String? lastResumeTime,
- GoogleCloudAiplatformV1ScheduleRunResponse? lastScheduledRunResponse,
- String? maxConcurrentRunCount,
- String? maxRunCount,
- String? name,
- String? nextRunTime,
- String? startTime,
- String? startedRunCount,
- String? state,
- 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,
});