1.16.10

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 Description
id
name

Methods

Method Description
from_flyte_idl()
serialize_to_string()
short_string() :rtype: Text.
to_flyte_idl() :rtype: flyteidl.

from_flyte_idl()

def from_flyte_idl(
    pb2_object,
)
Parameter Type Description
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

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