GoogleCloudAiplatformV1Schedule class

An instance of a Schedule periodically schedules runs to make API calls based on user specified time specification and API request type.

Constructors

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})
GoogleCloudAiplatformV1Schedule.fromJson(Map json_)

Properties

allowQueueing bool?
Whether new scheduled runs can be queued when max_concurrent_runs limit is reached.
getter/setter pair
catchUp bool?
Whether to backfill missed runs when the schedule is resumed from PAUSED state.
getter/setter pair
createPipelineJobRequest GoogleCloudAiplatformV1CreatePipelineJobRequest?
Request for PipelineService.CreatePipelineJob.
getter/setter pair
createTime String?
Timestamp when this Schedule was created.
getter/setter pair
cron String?
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled runs.
getter/setter pair
displayName String?
User provided name of the Schedule.
getter/setter pair
endTime String?
Timestamp after which no new runs can be scheduled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastPauseTime String?
Timestamp when this Schedule was last paused.
getter/setter pair
lastResumeTime String?
Timestamp when this Schedule was last resumed.
getter/setter pair
lastScheduledRunResponse GoogleCloudAiplatformV1ScheduleRunResponse?
Response of the last scheduled run.
getter/setter pair
maxConcurrentRunCount String?
Maximum number of runs that can be started concurrently for this Schedule.
getter/setter pair
maxRunCount String?
Maximum run count of the schedule.
getter/setter pair
name String?
The resource name of the Schedule.
getter/setter pair
nextRunTime String?
Timestamp when this Schedule should schedule the next run.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedRunCount String?
The number of runs started by this schedule.
getter/setter pair
startTime String?
Timestamp after which the first run can be scheduled.
getter/setter pair
state String?
The state of this Schedule.
getter/setter pair
updateTime String?
Timestamp when this Schedule was updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited