1.15.4.dev2+g3e3ce2426

flytekit.models.project

Directory

Classes

Class Description
Project None.

flytekit.models.project.Project

def Project(
    id,
    name,
    description,
    state,
):

A project represents a logical grouping used to organize entities (tasks, workflows, executions) in the Flyte platform.

Parameter Type
id
name
description
state

Methods

Method Description
active_project() None
archived_project() None
from_flyte_idl()
serialize_to_string() None
short_string()
to_flyte_idl()
verbose_string()

active_project()

def active_project(
    id,
):
Parameter Type
id

archived_project()

def archived_project(
    id,
):
Parameter Type
id

from_flyte_idl()

def from_flyte_idl(
    pb2_object,
):
Parameter Type
pb2_object

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

to_flyte_idl()

def to_flyte_idl()

verbose_string()

def verbose_string()

Properties

Property Type Description
description
id
is_empty
name
state