public class AIPlatformNotebooks.Projects.Locations.Schedules extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AIPlatformNotebooks.Projects.Locations.Schedules.Create |
class |
AIPlatformNotebooks.Projects.Locations.Schedules.Delete |
class |
AIPlatformNotebooks.Projects.Locations.Schedules.Get |
class |
AIPlatformNotebooks.Projects.Locations.Schedules.List |
class |
AIPlatformNotebooks.Projects.Locations.Schedules.Trigger |
| Constructor and Description |
|---|
Schedules() |
| Modifier and Type | Method and Description |
|---|---|
AIPlatformNotebooks.Projects.Locations.Schedules.Create |
create(String parent,
Schedule content)
Creates a new Scheduled Notebook in a given project and location.
|
AIPlatformNotebooks.Projects.Locations.Schedules.Delete |
delete(String name)
Deletes schedule and all underlying jobs
Create a request for the method "schedules.delete".
|
AIPlatformNotebooks.Projects.Locations.Schedules.Get |
get(String name)
Gets details of schedule
Create a request for the method "schedules.get".
|
AIPlatformNotebooks.Projects.Locations.Schedules.List |
list(String parent)
Lists schedules in a given project and location.
|
AIPlatformNotebooks.Projects.Locations.Schedules.Trigger |
trigger(String name,
TriggerScheduleRequest content)
Triggers execution of an existing schedule.
|
public AIPlatformNotebooks.Projects.Locations.Schedules.Create create(String parent, Schedule content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Format: `parent=projects/{project_id}/locations/{location}`content - the ScheduleIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Schedules.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/schedules/{schedule_id}`IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Schedules.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/schedules/{schedule_id}`IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Schedules.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Format: `parent=projects/{project_id}/locations/{location}`IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Schedules.Trigger trigger(String name, TriggerScheduleRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `parent=projects/{project_id}/locations/{location}/schedules/{schedule_id}`content - the TriggerScheduleRequestIOExceptionCopyright © 2011–2024 Google. All rights reserved.