flytekit.models.project
Directory
Classes
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
active_project()
def active_project(
id,
):
archived_project()
def archived_project(
id,
):
from_flyte_idl()
def from_flyte_idl(
pb2_object,
):
Parameter |
Type |
pb2_object |
|
serialize_to_string()
def serialize_to_string()
short_string()
to_flyte_idl()
verbose_string()
Properties
Property |
Type |
Description |
description |
|
|
id |
|
|
is_empty |
|
|
name |
|
|
state |
|
|