1.15.4.dev2+g3e3ce2426
flytekit.models.core.compiler
Directory
Classes
Class | Description |
---|---|
CompiledTask |
None. |
CompiledWorkflow |
None. |
CompiledWorkflowClosure |
None. |
ConnectionSet |
None. |
flytekit.models.core.compiler.CompiledTask
def CompiledTask(
template,
):
Parameter | Type |
---|---|
template |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
serialize_to_string() |
None |
short_string() |
|
to_flyte_idl() |
|
verbose_string() |
from_flyte_idl()
def from_flyte_idl(
p,
):
Parameter | Type |
---|---|
p |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
to_flyte_idl()
def to_flyte_idl()
verbose_string()
def verbose_string()
Properties
Property | Type | Description |
---|---|---|
is_empty | ||
template |
flytekit.models.core.compiler.CompiledWorkflow
def CompiledWorkflow(
template,
connections,
):
Parameter | Type |
---|---|
template |
|
connections |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
serialize_to_string() |
None |
short_string() |
|
to_flyte_idl() |
|
verbose_string() |
from_flyte_idl()
def from_flyte_idl(
p,
):
Parameter | Type |
---|---|
p |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
to_flyte_idl()
def to_flyte_idl()
verbose_string()
def verbose_string()
Properties
Property | Type | Description |
---|---|---|
connections | ||
is_empty | ||
template |
flytekit.models.core.compiler.CompiledWorkflowClosure
def CompiledWorkflowClosure(
primary,
sub_workflows,
tasks,
):
Parameter | Type |
---|---|
primary |
|
sub_workflows |
|
tasks |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
serialize_to_string() |
None |
short_string() |
|
to_flyte_idl() |
|
verbose_string() |
from_flyte_idl()
def from_flyte_idl(
p,
):
Parameter | Type |
---|---|
p |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
to_flyte_idl()
def to_flyte_idl()
verbose_string()
def verbose_string()
Properties
Property | Type | Description |
---|---|---|
is_empty | ||
primary | ||
sub_workflows | ||
tasks |
flytekit.models.core.compiler.ConnectionSet
def ConnectionSet(
upstream,
downstream,
):
Parameter | Type |
---|---|
upstream |
|
downstream |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
serialize_to_string() |
None |
short_string() |
|
to_flyte_idl() |
|
verbose_string() |
from_flyte_idl()
def from_flyte_idl(
p,
):
Parameter | Type |
---|---|
p |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
to_flyte_idl()
def to_flyte_idl()
verbose_string()
def verbose_string()
Properties
Property | Type | Description |
---|---|---|
downstream | ||
is_empty | ||
upstream |