Skip to main content

prefect.settings.models.experiments

Classes

ExperimentsSettings

Settings for configuring experimental features Methods:

plugins

Deprecated. Use settings.plugins instead. Returns the same PluginsSettings instance that lives on the root Settings this ExperimentsSettings was attached to, so programmatic overrides on the parent are visible here. Falls back to a freshly built PluginsSettings (which still resolves env vars including the legacy PREFECT_EXPERIMENTS_PLUGINS_* names via AliasChoices) when this instance was constructed standalone.

settings_customise_sources

Define an order for Prefect settings sources. The order of the returned callables decides the priority of inputs; first item is the highest priority. See https://docs.pydantic.dev/latest/concepts/pydantic_settings/#customise-settings-sources

to_environment_variables

Convert the settings object to a dictionary of environment variables.