ProjectsLocationsSchedulesResource class

Constructors

ProjectsLocationsSchedulesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsSchedulesOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

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