0.1.dev2184+g1e0cbe7.d20250401
flytekit.models.domain
Directory
Classes
Class | Description |
---|---|
Domain |
Domains are fixed and unique at the global level, and provide an abstraction to isolate resources and feature configuration for different deployment environments. |
flytekit.models.domain.Domain
Domains are fixed and unique at the global level, and provide an abstraction to isolate resources and feature configuration for different deployment environments.
class Domain(
id,
name,
)
Parameter | Type |
---|---|
id |
|
name |
Methods
Method | Description |
---|---|
from_flyte_idl() |
. |
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
:rtype: flyteidl. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl(
pb2_object,
) -> e: Domain
Parameter | Type |
---|---|
pb2_object |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
:rtype: flyteidl.admin.project_pb2.Domain
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
id |
A globally unique identifier associated with this domain. :rtype: Text |
|
is_empty |
||
name |
A human-readable name for this domain. :rtype: Text |