ScheduleDoc
Agent Runtimes / api/scheduler/schedules / ScheduleDoc
Interface: ScheduleDoc
Defined in: src/api/scheduler/schedules.ts:26
Raw schedule document as returned by the scheduler service.
Fields follow the Solr suffix convention (_s, _b, _dt, _i).
Indexable
[
key:string]:unknown
Properties
cron_expression_s?
optionalcron_expression_s?:string
Defined in: src/api/scheduler/schedules.ts:31
enabled_b?
optionalenabled_b?:boolean
Defined in: src/api/scheduler/schedules.ts:33
notebook_uid_s?
optionalnotebook_uid_s?:string
Defined in: src/api/scheduler/schedules.ts:29
owner_uid_s?
optionalowner_uid_s?:string
Defined in: src/api/scheduler/schedules.ts:30
preset_s?
optionalpreset_s?:string
Defined in: src/api/scheduler/schedules.ts:32
type_s?
optionaltype_s?:string
Defined in: src/api/scheduler/schedules.ts:28
uid?
optionaluid?:string
Defined in: src/api/scheduler/schedules.ts:27