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.project
Directory
Classes
| Class | Description |
|---|---|
Project |
flytekit.models.project.Project
Parameters
class Project(
id,
name,
description,
state,
)A project represents a logical grouping used to organize entities (tasks, workflows, executions) in the Flyte platform.
| Parameter | Type | Description |
|---|---|---|
id |
||
name |
||
description |
||
state |
Properties
| Property | Type | Description |
|---|---|---|
description |
None |
A concise description for this project. |
id |
None |
A globally unique identifier associated with this project |
is_empty |
None |
|
name |
None |
A human-readable name for this project. |
state |
None |
The state of this project. |
Methods
| Method | Description |
|---|---|
active_project() |
|
archived_project() |
|
from_flyte_idl() |
|
serialize_to_string() |
|
short_string() |
|
to_flyte_idl() |
active_project()
def active_project(
id,
)| Parameter | Type | Description |
|---|---|---|
id |
archived_project()
def archived_project(
id,
)| Parameter | Type | Description |
|---|---|---|
id |
from_flyte_idl()
def from_flyte_idl(
pb2_object,
)| Parameter | Type | Description |
|---|---|---|
pb2_object |
Returns: Project
serialize_to_string()
def serialize_to_string()short_string()
def short_string()Returns: Text
to_flyte_idl()
def to_flyte_idl()Returns: flyteidl.admin.project_pb2.Project