Package com.seeq.model
Class ScheduledNotebookOutputV1
java.lang.Object
com.seeq.model.ScheduledNotebookOutputV1
The scheduled notebooks within this Project
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSchedulesItem
(ScheduleOutputV1 schedulesItem) averageRunTime
(Long averageRunTime) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
The average run time of the Notebook, in msClarifying information or other plain language description of this itemGet effectivePermissionsWhether the schedule is enabled to run jobsThe path to the ipynb file to be rungetId()
The ID that can be used to interact with the itemWhether item is archivedWhether item is redactedgetLabel()
The label to distinguish different schedules of a given Notebook filePathgetName()
The human readable nameGet projectGet runUserThe run schedule for the Notebook-label combinationA plain language status message with information about any issues that may have been encountered during an operationThe IANA time zone name in which the schedule will be runThe total run time of the Notebook, in msThe item's translation key, if anygetType()
The type of the itemint
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) project
(ItemPreviewV1 project) runUser
(IdentityPreviewV1 runUser) schedules
(List<ScheduleOutputV1> schedules) void
setAverageRunTime
(Long averageRunTime) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
setEnabled
(Boolean enabled) void
setFilePath
(String filePath) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
void
setProject
(ItemPreviewV1 project) void
setRunUser
(IdentityPreviewV1 runUser) void
setSchedules
(List<ScheduleOutputV1> schedules) void
setStatusMessage
(String statusMessage) void
setTimezone
(String timezone) void
setTotalRunTime
(Long totalRunTime) void
setTranslationKey
(String translationKey) void
statusMessage
(String statusMessage) toString()
totalRunTime
(Long totalRunTime) translationKey
(String translationKey)
-
Constructor Details
-
ScheduledNotebookOutputV1
public ScheduledNotebookOutputV1()
-
-
Method Details
-
averageRunTime
-
getAverageRunTime
The average run time of the Notebook, in ms- Returns:
- averageRunTime
-
setAverageRunTime
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
enabled
-
getEnabled
Whether the schedule is enabled to run jobs- Returns:
- enabled
-
setEnabled
-
filePath
-
getFilePath
The path to the ipynb file to be run- Returns:
- filePath
-
setFilePath
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
label
-
getLabel
The label to distinguish different schedules of a given Notebook filePath- Returns:
- label
-
setLabel
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
project
-
getProject
Get project- Returns:
- project
-
setProject
-
runUser
-
getRunUser
Get runUser- Returns:
- runUser
-
setRunUser
-
schedules
-
addSchedulesItem
-
getSchedules
The run schedule for the Notebook-label combination- Returns:
- schedules
-
setSchedules
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
timezone
-
getTimezone
The IANA time zone name in which the schedule will be run- Returns:
- timezone
-
setTimezone
-
totalRunTime
-
getTotalRunTime
The total run time of the Notebook, in ms- Returns:
- totalRunTime
-
setTotalRunTime
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-