status¶
- autogluon.cloud.status(*, session: Session | None = None) Dict[str, StatusReport][source]¶
Return health snapshots keyed by backend name, one per configured backend.
Each
StatusReporthas:config— the savedBackendConfigconfig_path— path to~/.autogluon/cloud.yamlchecks— dict ofbucket/stack/roleto a status string."ok"means the resource exists;"ok (unverified)"means the caller lacks the IAM permission to verify and the resource may still be fine; anything else is a failure description.
Returns an empty dict if no config exists. Makes real AWS calls. Pass
session=to use specific credentials; otherwise the standard boto3 credential chain is used (with the saved region as a default).