The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
1.16.16
flytekit.models.core.catalog
Directory
Classes
| Class | Description |
|---|---|
CatalogArtifactTag |
|
CatalogMetadata |
flytekit.models.core.catalog.CatalogArtifactTag
Parameters
class CatalogArtifactTag(
artifact_id: str,
name: str,
)| Parameter | Type | Description |
|---|---|---|
artifact_id |
str |
|
name |
str |
Properties
| Property | Type | Description |
|---|---|---|
artifact_id |
None |
|
is_empty |
None |
|
name |
None |
Methods
| Method | Description |
|---|---|
from_flyte_idl() |
|
serialize_to_string() |
|
short_string() |
|
to_flyte_idl() |
from_flyte_idl()
def from_flyte_idl(
p: flyteidl.core.catalog_pb2.CatalogArtifactTag,
) -> CatalogArtifactTag| Parameter | Type | Description |
|---|---|---|
p |
flyteidl.core.catalog_pb2.CatalogArtifactTag |
serialize_to_string()
def serialize_to_string()short_string()
def short_string()Returns: Text
to_flyte_idl()
def to_flyte_idl()flytekit.models.core.catalog.CatalogMetadata
Parameters
class 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 | Description |
|---|---|---|
dataset_id |
flytekit.models.core.identifier.Identifier |
|
artifact_tag |
flytekit.models.core.catalog.CatalogArtifactTag |
|
source_task_execution |
flytekit.models.core.identifier.TaskExecutionIdentifier |
Properties
| Property | Type | Description |
|---|---|---|
artifact_tag |
None |
|
dataset_id |
None |
|
is_empty |
None |
|
source_execution |
None |
This is a one of but for now there’s only one thing in the one of |
source_task_execution |
None |
Methods
| Method | Description |
|---|---|
from_flyte_idl() |
|
serialize_to_string() |
|
short_string() |
|
to_flyte_idl() |
from_flyte_idl()
def from_flyte_idl(
pb: flyteidl.core.catalog_pb2.CatalogMetadata,
) -> CatalogMetadata| Parameter | Type | Description |
|---|---|---|
pb |
flyteidl.core.catalog_pb2.CatalogMetadata |
serialize_to_string()
def serialize_to_string()short_string()
def short_string()Returns: Text
to_flyte_idl()
def to_flyte_idl()