The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
1.16.16
flytekit.models.schedule
Directory
Classes
| Class | Description |
|---|---|
Schedule |
flytekit.models.schedule.Schedule
Parameters
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 |
Properties
| Property | Type | Description |
|---|---|---|
cron_expression |
None |
|
cron_schedule |
None |
|
is_empty |
None |
|
kickoff_time_input_arg |
None |
|
rate |
None |
|
schedule_expression |
None |
Methods
| Method | Description |
|---|---|
from_flyte_idl() |
|
serialize_to_string() |
|
short_string() |
|
to_flyte_idl() |
from_flyte_idl()
def from_flyte_idl(
pb2_object,
)| Parameter | Type | Description |
|---|---|---|
pb2_object |
Returns: Schedule
serialize_to_string()
def serialize_to_string()short_string()
def short_string()Returns: Text
to_flyte_idl()
def to_flyte_idl()Returns: flyteidl.admin.schedule_pb2.Schedule