flytekit.interfaces.cli_identifiers
Directory
Classes
flytekit.interfaces.cli_identifiers.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(
pb2_object,
):
Parameter |
Type |
pb2_object |
|
from_python_std()
def from_python_std(
string,
):
Parses a string in the correct format into an identifier
def promote_from_model(
base_model,
):
Parameter |
Type |
base_model |
|
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.interfaces.cli_identifiers.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(
pb2_object,
):
Parameter |
Type |
pb2_object |
|
from_python_std()
def from_python_std(
string,
):
Parses a string in the correct format into an identifier
def promote_from_model(
base_model,
):
Parameter |
Type |
base_model |
|
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.interfaces.cli_identifiers.WorkflowExecutionIdentifier
def WorkflowExecutionIdentifier(
project,
domain,
name,
):
Parameter |
Type |
project |
|
domain |
|
name |
|
Methods
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
def promote_from_model(
base_model,
):
Parameter |
Type |
base_model |
|
serialize_to_string()
def serialize_to_string()
short_string()
to_flyte_idl()
verbose_string()
Properties
Property |
Type |
Description |
domain |
|
|
is_empty |
|
|
name |
|
|
project |
|
|