ProjectsLocationsSchedulesResource class
Methods
-
create(GoogleCloudAiplatformV1Schedule request, String parent, {String? $fields})
→ Future<GoogleCloudAiplatformV1Schedule>
-
Creates a Schedule.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a Schedule.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1Schedule>
-
Gets a Schedule.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudAiplatformV1ListSchedulesResponse>
-
Lists Schedules in a Location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1Schedule request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudAiplatformV1Schedule>
-
Updates an active or paused Schedule.
-
pause(GoogleCloudAiplatformV1PauseScheduleRequest request, String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Pauses a Schedule.
-
resume(GoogleCloudAiplatformV1ResumeScheduleRequest request, String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Resumes a paused Schedule to start scheduling new runs.
-
toString()
→ String
-
A string representation of this object.
inherited