flytekit.models.core.catalog
Directory
Classes
flytekit.models.core.catalog.CatalogArtifactTag
def CatalogArtifactTag(
artifact_id: str,
name: str,
):
Parameter |
Type |
artifact_id |
str |
name |
str |
Methods
from_flyte_idl()
def from_flyte_idl(
p: flyteidl.core.catalog_pb2.CatalogArtifactTag,
):
Parameter |
Type |
p |
flyteidl.core.catalog_pb2.CatalogArtifactTag |
serialize_to_string()
def serialize_to_string()
short_string()
to_flyte_idl()
verbose_string()
Properties
Property |
Type |
Description |
artifact_id |
|
|
is_empty |
|
|
name |
|
|
def CatalogMetadata(
dataset_id: flytekit.models.core.identifier.Identifier,
artifact_tag: flytekit.models.core.catalog.CatalogArtifactTag,
source_task_execution: flytekit.models.core.identifier.TaskExecutionIdentifier,
):
Parameter |
Type |
dataset_id |
flytekit.models.core.identifier.Identifier |
artifact_tag |
flytekit.models.core.catalog.CatalogArtifactTag |
source_task_execution |
flytekit.models.core.identifier.TaskExecutionIdentifier |
Methods
from_flyte_idl()
def from_flyte_idl(
pb: flyteidl.core.catalog_pb2.CatalogMetadata,
):
Parameter |
Type |
pb |
flyteidl.core.catalog_pb2.CatalogMetadata |
serialize_to_string()
def serialize_to_string()
short_string()
to_flyte_idl()
verbose_string()
Properties
Property |
Type |
Description |
artifact_tag |
|
|
dataset_id |
|
|
is_empty |
|
|
source_execution |
|
|
source_task_execution |
|
|