Class ScheduledNotebookInputV1

java.lang.Object
com.seeq.model.ScheduledNotebookInputV1

public class ScheduledNotebookInputV1 extends Object
ScheduledNotebookInputV1
  • Constructor Details

    • ScheduledNotebookInputV1

      public ScheduledNotebookInputV1()
  • Method Details

    • description

      public ScheduledNotebookInputV1 description(String description)
    • getDescription

      public String 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

      public void setDescription(String description)
    • enabled

      public ScheduledNotebookInputV1 enabled(Boolean enabled)
    • getEnabled

      public Boolean getEnabled()
      Whether the schedule should be enabled to run jobs
      Returns:
      enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
    • filePath

      public ScheduledNotebookInputV1 filePath(String filePath)
    • getFilePath

      public String getFilePath()
      The path to the ipynb file to be run (case-sensitive). May not be altered after initial creation
      Returns:
      filePath
    • setFilePath

      public void setFilePath(String filePath)
    • label

      public ScheduledNotebookInputV1 label(String label)
    • getLabel

      public String 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

      public void setLabel(String label)
    • schedules

      public ScheduledNotebookInputV1 schedules(List<ScheduleInputV1> schedules)
    • addSchedulesItem

      public ScheduledNotebookInputV1 addSchedulesItem(ScheduleInputV1 schedulesItem)
    • getSchedules

      public List<ScheduleInputV1> 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

      public void setSchedules(List<ScheduleInputV1> schedules)
    • timezone

      public ScheduledNotebookInputV1 timezone(String timezone)
    • getTimezone

      public String getTimezone()
      The timezone in which the scheduled times will be run, defaults to UTC
      Returns:
      timezone
    • setTimezone

      public void setTimezone(String timezone)
    • userId

      public ScheduledNotebookInputV1 userId(String userId)
    • getUserId

      public String 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

      public void setUserId(String userId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object