| Package | Description |
|---|---|
| com.google.api.services.notebooks.v1 | |
| com.google.api.services.notebooks.v1.model |
| Modifier and Type | Method and Description |
|---|---|
AIPlatformNotebooks.Projects.Locations.Schedules.Create |
AIPlatformNotebooks.Projects.Locations.Schedules.create(String parent,
Schedule content)
Creates a new Scheduled Notebook in a given project and location.
|
| Constructor and Description |
|---|
Create(String parent,
Schedule content)
Creates a new Scheduled Notebook in a given project and location.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.clone() |
Schedule |
Schedule.set(String fieldName,
Object value) |
Schedule |
Schedule.setCreateTime(String createTime)
Output only.
|
Schedule |
Schedule.setCronSchedule(String cronSchedule)
Cron-tab formatted schedule by which the job will execute.
|
Schedule |
Schedule.setDescription(String description)
A brief description of this environment.
|
Schedule |
Schedule.setDisplayName(String displayName)
Output only.
|
Schedule |
Schedule.setExecutionTemplate(ExecutionTemplate executionTemplate)
Notebook Execution Template corresponding to this schedule.
|
Schedule |
Schedule.setName(String name)
Output only.
|
Schedule |
Schedule.setRecentExecutions(List<Execution> recentExecutions)
Output only.
|
Schedule |
Schedule.setState(String state) |
Schedule |
Schedule.setTimeZone(String timeZone)
Timezone on which the cron_schedule.
|
Schedule |
Schedule.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Schedule> |
ListSchedulesResponse.getSchedules()
A list of returned instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListSchedulesResponse |
ListSchedulesResponse.setSchedules(List<Schedule> schedules)
A list of returned instances.
|
Copyright © 2011–2022 Google. All rights reserved.