prefect.client.cloud
get_cloud_client
get_cloud_client(host: Optional[str] = None, api_key: Optional[str] = None, httpx_settings: Optional[dict[str, Any]] = None, infer_cloud_url: bool = False) -> 'CloudClient'
Needs a docstring.
CloudUnauthorizedError
Raised when the CloudClient receives a 401 or 403 from the Cloud API.
CloudClient
Methods:
account_base_url
account_base_url(self) -> str
workspace_base_url
workspace_base_url(self) -> str
Was this page helpful?