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.named_entity
Directory
Classes
| Class | Description |
|---|---|
NamedEntityIdentifier |
|
NamedEntityMetadata |
|
NamedEntityState |
flytekit.models.named_entity.NamedEntityIdentifier
Parameters
class NamedEntityIdentifier(
project,
domain,
name,
)| Parameter | Type | Description |
|---|---|---|
project |
||
domain |
||
name |
Properties
| Property | Type | Description |
|---|---|---|
domain |
None |
|
is_empty |
None |
|
name |
None |
|
project |
None |
Methods
| Method | Description |
|---|---|
from_flyte_idl() |
|
serialize_to_string() |
|
short_string() |
|
to_flyte_idl() |
from_flyte_idl()
def from_flyte_idl(
p,
)| Parameter | Type | Description |
|---|---|---|
p |
Returns: Identifier
serialize_to_string()
def serialize_to_string()short_string()
def short_string()Returns: Text
to_flyte_idl()
def to_flyte_idl()Returns: flyteidl.admin.common_pb2.NamedEntityIdentifier
flytekit.models.named_entity.NamedEntityMetadata
Parameters
class NamedEntityMetadata(
description,
state,
)| Parameter | Type | Description |
|---|---|---|
description |
||
state |
Properties
| Property | Type | Description |
|---|---|---|
description |
None |
|
is_empty |
None |
|
state |
None |
enum value from NamedEntityState |
Methods
| Method | Description |
|---|---|
from_flyte_idl() |
|
serialize_to_string() |
|
short_string() |
|
to_flyte_idl() |
from_flyte_idl()
def from_flyte_idl(
p,
)| Parameter | Type | Description |
|---|---|---|
p |
Returns: Identifier
serialize_to_string()
def serialize_to_string()short_string()
def short_string()Returns: Text
to_flyte_idl()
def to_flyte_idl()Returns: flyteidl.admin.common_pb2.NamedEntityMetadata
flytekit.models.named_entity.NamedEntityState
Methods
| Method | Description |
|---|---|
enum_to_string() |
enum_to_string()
def enum_to_string(
val,
)| Parameter | Type | Description |
|---|---|---|
val |
Returns: Text