flytekit.models.core.identifier
Directory
Classes
flytekit.models.core.identifier.Identifier
def Identifier(
resource_type,
project,
domain,
name,
version,
):
Parameter |
Type |
resource_type |
|
project |
|
domain |
|
name |
|
version |
|
Methods
from_flyte_idl()
def from_flyte_idl(
p,
):
resource_type_name()
serialize_to_string()
def serialize_to_string()
short_string()
to_flyte_idl()
verbose_string()
Properties
Property |
Type |
Description |
domain |
|
|
is_empty |
|
|
name |
|
|
project |
|
|
resource_type |
|
|
version |
|
|
flytekit.models.core.identifier.NodeExecutionIdentifier
def NodeExecutionIdentifier(
node_id,
execution_id,
):
Parameter |
Type |
node_id |
|
execution_id |
|
Methods
from_flyte_idl()
def from_flyte_idl(
p,
):
serialize_to_string()
def serialize_to_string()
short_string()
to_flyte_idl()
verbose_string()
Properties
Property |
Type |
Description |
execution_id |
|
|
is_empty |
|
|
node_id |
|
|
flytekit.models.core.identifier.ResourceType
flytekit.models.core.identifier.SignalIdentifier
def SignalIdentifier(
signal_id: str,
execution_id: flytekit.models.core.identifier.WorkflowExecutionIdentifier,
):
Parameter |
Type |
signal_id |
str |
execution_id |
flytekit.models.core.identifier.WorkflowExecutionIdentifier |
Methods
from_flyte_idl()
def from_flyte_idl(
proto: flyteidl.core.identifier_pb2.SignalIdentifier,
):
Parameter |
Type |
proto |
flyteidl.core.identifier_pb2.SignalIdentifier |
serialize_to_string()
def serialize_to_string()
short_string()
to_flyte_idl()
verbose_string()
Properties
Property |
Type |
Description |
execution_id |
|
|
is_empty |
|
|
signal_id |
|
|
flytekit.models.core.identifier.TaskExecutionIdentifier
def TaskExecutionIdentifier(
task_id,
node_execution_id,
retry_attempt,
):
Parameter |
Type |
task_id |
|
node_execution_id |
|
retry_attempt |
|
Methods
from_flyte_idl()
def from_flyte_idl(
proto,
):
serialize_to_string()
def serialize_to_string()
short_string()
to_flyte_idl()
verbose_string()
Properties
Property |
Type |
Description |
is_empty |
|
|
node_execution_id |
|
|
retry_attempt |
|
|
task_id |
|
|
flytekit.models.core.identifier.WorkflowExecutionIdentifier
def WorkflowExecutionIdentifier(
project,
domain,
name,
):
Parameter |
Type |
project |
|
domain |
|
name |
|
Methods
from_flyte_idl()
def from_flyte_idl(
p,
):
serialize_to_string()
def serialize_to_string()
short_string()
to_flyte_idl()
verbose_string()
Properties
Property |
Type |
Description |
domain |
|
|
is_empty |
|
|
name |
|
|
project |
|
|