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.
2.1.9
flyte.app
Directory
Classes
| Class | Description |
|---|---|
AppEndpoint |
Embed an upstream app’s endpoint as an app parameter. |
AppEnvironment |
Configure a long-running app environment for APIs, dashboards, or model servers. |
ConnectorEnvironment |
Configure a connector environment for custom Flyte connectors. |
Domain |
Subdomain to use for the domain. |
Link |
Custom links to add to the app. |
Parameter |
Parameter for application. |
Port |
|
RunOutput |
Use a run’s output for app parameters. |
Scaling |
Controls replica count and autoscaling behavior for app environments. |
Timeouts |
Timeout configuration for the application. |
Methods
| Method | Description |
|---|---|
ctx() |
Returns the current app context. |
get_parameter() |
Get parameters for application or endpoint. |
Methods
ctx()
def ctx()Returns the current app context. Returns: AppContext
get_parameter()
def get_parameter(
name: str,
) -> strGet parameters for application or endpoint.
| Parameter | Type | Description |
|---|---|---|
name |
str |