models
cloud
Settings for interacting with Prefect Cloud 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.models.clouddefault_cloud_ui_url default_cloud_ui_url(settings: 'CloudSettings') -> Optional[str]
CloudSettings post_hoc_settings post_hoc_settings(self) -> Self
settings_customise_sources settings_customise_sources(cls, settings_cls: type[BaseSettings], init_settings: PydanticBaseSettingsSource, env_settings: PydanticBaseSettingsSource, dotenv_settings: PydanticBaseSettingsSource, file_secret_settings: PydanticBaseSettingsSource) -> tuple[PydanticBaseSettingsSource, ...]
to_environment_variables to_environment_variables(self, exclude_unset: bool = False, include_secrets: bool = True, include_aliases: bool = False) -> dict[str, str]
Was this page helpful?