prefect.runtime.deployment
PREFECT__RUNTIME__DEPLOYMENT
.
Example usage:
id
: the deployment’s unique IDname
: the deployment’s nameversion
: the deployment’s versionflow_run_id
: the current flow run ID for this deploymentparameters
: the parameters that were passed to this run; note that these do not necessarily
include default values set on the flow function, only the parameter values set on the deployment
object or those directly provided via API for this runget_id
get_parameters
get_name
get_version
get_flow_run_id