The page you navigated to does not exist, so we brought you to the closest page to it.
flytekit.models.project
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 |
|
|
| Property |
Type |
Description |
description |
None |
A concise description for this project. :rtype: Text |
id |
None |
A globally unique identifier associated with this project :rtype: Text |
is_empty |
None |
|
name |
None |
A human-readable name for this project. :rtype: Text |
state |
None |
The state of this project. :rtype: int |
def active_project(
id,
)
| Parameter |
Type |
Description |
id |
|
|
def archived_project(
id,
)
| Parameter |
Type |
Description |
id |
|
|
def from_flyte_idl(
pb2_object,
)
| Parameter |
Type |
Description |
pb2_object |
|
|
def serialize_to_string()
:rtype: Text
:rtype: flyteidl.admin.project_pb2.Project