2.7.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.
ArtifactValue Use a published artifact as an app parameter value.
ConnectorEnvironment Configure a connector environment for custom Flyte connectors.
DeployedAppEnvironment
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.
Subdomain A subdomain that is resolved at deploy time, when the deployment project and domain are known.
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