ProjectsLocationsSchedules
class ProjectsLocationsSchedules extends Resource (View source)
The "schedules" collection of methods.
Typical usage is:
$notebooksService = new Google\Service\AIPlatformNotebooks(...);
$schedules = $notebooksService->projects_locations_schedules;
Methods
delete(string $name, array $optParams = [])
Deletes schedule and all underlying jobs (schedules.delete)
listProjectsLocationsSchedules(string $parent, array $optParams = [])
Lists schedules in a given project and location.
trigger(string $name, TriggerScheduleRequest $postBody, array $optParams = [])
Triggers execution of an existing schedule. (schedules.trigger)
Details
Operation
create(string $parent, Schedule $postBody, array $optParams = [])
Creates a new Scheduled Notebook in a given project and location.
(schedules.create)
Operation
delete(string $name, array $optParams = [])
Deletes schedule and all underlying jobs (schedules.delete)
Schedule
get(string $name, array $optParams = [])
Gets details of schedule (schedules.get)
ListSchedulesResponse
listProjectsLocationsSchedules(string $parent, array $optParams = [])
Lists schedules in a given project and location.
(schedules.listProjectsLocationsSchedules)
Operation
trigger(string $name, TriggerScheduleRequest $postBody, array $optParams = [])
Triggers execution of an existing schedule. (schedules.trigger)