prefect.settings
legacy
Mimics the old Setting object for compatibility with existing code. Methods:
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
prefect.settings.legacySetting default default(self) -> Any
is_secret is_secret(self) -> bool
name name(self) -> str
value value(self: Self) -> Any
value_from value_from(self: Self, settings: Settings) -> Any
Was this page helpful?