1.15.4.dev2+g3e3ce2426

flytekit.interfaces.cli_identifiers

Directory

Classes

Class Description
Identifier None.
TaskExecutionIdentifier None.
WorkflowExecutionIdentifier None.

flytekit.interfaces.cli_identifiers.Identifier

def Identifier(
    resource_type,
    project,
    domain,
    name,
    version,
):
Parameter Type
resource_type
project
domain
name
version

Methods

Method Description
from_flyte_idl()
from_python_std() Parses a string in the correct format into an identifier
promote_from_model()
resource_type_name() None
serialize_to_string() None
short_string()
to_flyte_idl()
verbose_string()

from_flyte_idl()

def from_flyte_idl(
    pb2_object,
):
Parameter Type
pb2_object

from_python_std()

def from_python_std(
    string,
):

Parses a string in the correct format into an identifier

Parameter Type
string

promote_from_model()

def promote_from_model(
    base_model,
):
Parameter Type
base_model

resource_type_name()

def resource_type_name()

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
domain
is_empty
name
project
resource_type
version

flytekit.interfaces.cli_identifiers.TaskExecutionIdentifier

def TaskExecutionIdentifier(
    task_id,
    node_execution_id,
    retry_attempt,
):
Parameter Type
task_id
node_execution_id
retry_attempt

Methods

Method Description
from_flyte_idl()
from_python_std() Parses a string in the correct format into an identifier
promote_from_model()
serialize_to_string() None
short_string()
to_flyte_idl()
verbose_string()

from_flyte_idl()

def from_flyte_idl(
    pb2_object,
):
Parameter Type
pb2_object

from_python_std()

def from_python_std(
    string,
):

Parses a string in the correct format into an identifier

Parameter Type
string

promote_from_model()

def promote_from_model(
    base_model,
):
Parameter Type
base_model

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
node_execution_id
retry_attempt
task_id

flytekit.interfaces.cli_identifiers.WorkflowExecutionIdentifier

def WorkflowExecutionIdentifier(
    project,
    domain,
    name,
):
Parameter Type
project
domain
name

Methods

Method Description
from_flyte_idl()
from_python_std() Parses a string in the correct format into an identifier
promote_from_model()
serialize_to_string() None
short_string()
to_flyte_idl()
verbose_string()

from_flyte_idl()

def from_flyte_idl(
    pb2_object,
):
Parameter Type
pb2_object

from_python_std()

def from_python_std(
    string,
):

Parses a string in the correct format into an identifier

Parameter Type
string

promote_from_model()

def promote_from_model(
    base_model,
):
Parameter Type
base_model

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
domain
is_empty
name
project