0.1.dev2192+g7c539c3.d20250403
flytekit.models.workflow_closure
Directory
Classes
Class | Description |
---|---|
WorkflowClosure |
flytekit.models.workflow_closure.WorkflowClosure
class WorkflowClosure(
workflow,
tasks,
)
Parameter | Type |
---|---|
workflow |
|
tasks |
Methods
Method | Description |
---|---|
from_flyte_idl() |
. |
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
:rtype: flyteidl. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl(
pb2_object,
) -> e: WorkflowClosure
Parameter | Type |
---|---|
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.core.workflow_closure_pb2.WorkflowClosure
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |
||
tasks |
:rtype: list[flytekit.models.task.TaskTemplate] |
|
workflow |
:rtype: flytekit.models.core.workflow.WorkflowTemplate |