docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/ml_v1.projects.html b/docs/dyn/ml_v1.projects.html
index 61d59b1..5844bcf 100644
--- a/docs/dyn/ml_v1.projects.html
+++ b/docs/dyn/ml_v1.projects.html
@@ -245,11 +245,11 @@
   An object of the form:
 
     { # Returns service account information associated with a project.
-    "serviceAccountProject": "A String", # The project number for `service_account`.
-    "serviceAccount": "A String", # The service account Cloud ML uses to access resources in the project.
     "config": {
       "tpuServiceAccount": "A String", # The service account Cloud ML uses to run on TPU node.
     },
+    "serviceAccountProject": "A String", # The project number for `service_account`.
+    "serviceAccount": "A String", # The service account Cloud ML uses to access resources in the project.
   }</pre>
 </div>