2.2.0

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,
) -> str

Get parameters for application or endpoint.

Parameter Type Description
name str