Package com.seeq.model
Class ScheduledNotebookInputV1
java.lang.Object
com.seeq.model.ScheduledNotebookInputV1
ScheduledNotebookInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSchedulesItem
(ScheduleInputV1 schedulesItem) description
(String description) boolean
Clarifying information or other plain language description of this item.Whether the schedule should be enabled to run jobsThe path to the ipynb file to be run (case-sensitive).getLabel()
An optional label that differentiates this schedule (case-sensitive), allowing the samefilePath to be run by multiple users.The Notebook's run schedule.The timezone in which the scheduled times will be run, defaults to UTCThe user ID to run the Notebook as, defaults to the current user if not specified.int
hashCode()
schedules
(List<ScheduleInputV1> schedules) void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
setFilePath
(String filePath) void
void
setSchedules
(List<ScheduleInputV1> schedules) void
setTimezone
(String timezone) void
toString()
-
Constructor Details
-
ScheduledNotebookInputV1
public ScheduledNotebookInputV1()
-
-
Method Details
-
description
-
getDescription
Clarifying information or other plain language description of this item. An input of just whitespace is equivalent to a null input- Returns:
- description
-
setDescription
-
enabled
-
getEnabled
Whether the schedule should be enabled to run jobs- Returns:
- enabled
-
setEnabled
-
filePath
-
getFilePath
The path to the ipynb file to be run (case-sensitive). May not be altered after initial creation- Returns:
- filePath
-
setFilePath
-
label
-
getLabel
An optional label that differentiates this schedule (case-sensitive), allowing the samefilePath to be run by multiple users. May not be altered after initial creation- Returns:
- label
-
setLabel
-
schedules
-
addSchedulesItem
-
getSchedules
The Notebook's run schedule. Any entries for which a key is not provided will be supplied with a key from a 0-based list of integers- Returns:
- schedules
-
setSchedules
-
timezone
-
getTimezone
The timezone in which the scheduled times will be run, defaults to UTC- Returns:
- timezone
-
setTimezone
-
userId
-
getUserId
The user ID to run the Notebook as, defaults to the current user if not specified. Only an admin user is allowed to specify a user ID- Returns:
- userId
-
setUserId
-
equals
-
hashCode
public int hashCode() -
toString
-