2.0.6

flyte.app

Directory

Classes

Class Description
AppEndpoint Embed an upstream app’s endpoint as an app parameter.
AppEnvironment
ConnectorEnvironment
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
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