1.16.10
flytekit.models.schedule
Directory
Classes
| Class | Description |
|---|---|
Schedule |
flytekit.models.schedule.Schedule
class Schedule(
kickoff_time_input_arg,
cron_expression,
rate,
cron_schedule,
)One of cron_expression or fixed rate must be specified.
| Parameter | Type | Description |
|---|---|---|
kickoff_time_input_arg |
||
cron_expression |
||
rate |
||
cron_schedule |
Methods
| Method | Description |
|---|---|
from_flyte_idl() |
|
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
:rtype: flyteidl. |
from_flyte_idl()
def from_flyte_idl(
pb2_object,
)| Parameter | Type | Description |
|---|---|---|
pb2_object |
serialize_to_string()
def serialize_to_string()short_string()
def short_string():rtype: Text
to_flyte_idl()
def to_flyte_idl():rtype: flyteidl.admin.schedule_pb2.Schedule
Properties
| Property | Type | Description |
|---|---|---|
cron_expression |
:rtype: Text |
|
cron_schedule |
:rtype: Schedule.CronSchedule |
|
is_empty |
||
kickoff_time_input_arg |
||
rate |
:rtype: Schedule.FixedRate |
|
schedule_expression |