docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/ml_v1.projects.html b/docs/dyn/ml_v1.projects.html
index c2c3a3a..61d59b1 100644
--- a/docs/dyn/ml_v1.projects.html
+++ b/docs/dyn/ml_v1.projects.html
@@ -107,8 +107,8 @@
 <div class="method">
     <code class="details" id="explain">explain(name, body=None, x__xgafv=None)</code>
   <pre>Performs explanation on the data in the request.
-AI Platform implements a custom `explain` verb on top of an HTTP POST
-method.
+
+&lt;div&gt;{% dynamic include &quot;/ai-platform/includes/___explain-request&quot; %}&lt;/div&gt;
 
 Args:
   name: string, Required. The resource name of a model or a version.
@@ -118,9 +118,9 @@
     The object takes the form of:
 
 { # Request for explanations to be issued against a trained model.
-    "httpBody": { # Message that represents an arbitrary HTTP body. It should only be used for # Required.
+    &quot;httpBody&quot;: { # Message that represents an arbitrary HTTP body. It should only be used for # Required.
         # The explanation request body.
-        # payload formats that can't be represented as JSON, such as raw binary or
+        # payload formats that can&#x27;t be represented as JSON, such as raw binary or
         # an HTML page.
         #
         #
@@ -158,14 +158,14 @@
         #
         # Use of this type only changes how the request and response bodies are
         # handled, all other features will continue to work unchanged.
-      "contentType": "A String", # The HTTP Content-Type header value specifying the content type of the body.
-      "data": "A String", # The HTTP request/response body as raw binary.
-      "extensions": [ # Application specific response metadata. Must be set in the first response
+      &quot;contentType&quot;: &quot;A String&quot;, # The HTTP Content-Type header value specifying the content type of the body.
+      &quot;extensions&quot;: [ # Application specific response metadata. Must be set in the first response
           # for streaming APIs.
         {
-          "a_key": "", # Properties of the object. Contains field @type with type URL.
+          &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
         },
       ],
+      &quot;data&quot;: &quot;A String&quot;, # The HTTP request/response body as raw binary.
     },
   }
 
@@ -178,7 +178,7 @@
   An object of the form:
 
     { # Message that represents an arbitrary HTTP body. It should only be used for
-      # payload formats that can't be represented as JSON, such as raw binary or
+      # payload formats that can&#x27;t be represented as JSON, such as raw binary or
       # an HTML page.
       #
       #
@@ -216,14 +216,14 @@
       #
       # Use of this type only changes how the request and response bodies are
       # handled, all other features will continue to work unchanged.
-    "contentType": "A String", # The HTTP Content-Type header value specifying the content type of the body.
-    "data": "A String", # The HTTP request/response body as raw binary.
-    "extensions": [ # Application specific response metadata. Must be set in the first response
+    &quot;contentType&quot;: &quot;A String&quot;, # The HTTP Content-Type header value specifying the content type of the body.
+    &quot;extensions&quot;: [ # Application specific response metadata. Must be set in the first response
         # for streaming APIs.
       {
-        "a_key": "", # Properties of the object. Contains field @type with type URL.
+        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
       },
     ],
+    &quot;data&quot;: &quot;A String&quot;, # The HTTP request/response body as raw binary.
   }</pre>
 </div>
 
@@ -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`.
-    "config": {
-      "tpuServiceAccount": "A String", # The service account Cloud ML uses to run on TPU node.
+    &quot;serviceAccountProject&quot;: &quot;A String&quot;, # The project number for `service_account`.
+    &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account Cloud ML uses to access resources in the project.
+    &quot;config&quot;: {
+      &quot;tpuServiceAccount&quot;: &quot;A String&quot;, # The service account Cloud ML uses to run on TPU node.
     },
-    "serviceAccount": "A String", # The service account Cloud ML uses to access resources in the project.
   }</pre>
 </div>
 
@@ -257,7 +257,7 @@
     <code class="details" id="predict">predict(name, body=None, x__xgafv=None)</code>
   <pre>Performs online prediction on the data in the request.
 
-&lt;div&gt;{% dynamic include "/ai-platform/includes/___predict-request" %}&lt;/div&gt;
+&lt;div&gt;{% dynamic include &quot;/ai-platform/includes/___predict-request&quot; %}&lt;/div&gt;
 
 Args:
   name: string, Required. The resource name of a model or a version.
@@ -267,11 +267,11 @@
     The object takes the form of:
 
 { # Request for predictions to be issued against a trained model.
-    "httpBody": { # Message that represents an arbitrary HTTP body. It should only be used for # 
+    &quot;httpBody&quot;: { # Message that represents an arbitrary HTTP body. It should only be used for # 
         # Required. The prediction request body. Refer to the [request body details
         # section](#request-body-details) for more information on how to structure
         # your request.
-        # payload formats that can't be represented as JSON, such as raw binary or
+        # payload formats that can&#x27;t be represented as JSON, such as raw binary or
         # an HTML page.
         #
         #
@@ -309,14 +309,14 @@
         #
         # Use of this type only changes how the request and response bodies are
         # handled, all other features will continue to work unchanged.
-      "contentType": "A String", # The HTTP Content-Type header value specifying the content type of the body.
-      "data": "A String", # The HTTP request/response body as raw binary.
-      "extensions": [ # Application specific response metadata. Must be set in the first response
+      &quot;contentType&quot;: &quot;A String&quot;, # The HTTP Content-Type header value specifying the content type of the body.
+      &quot;extensions&quot;: [ # Application specific response metadata. Must be set in the first response
           # for streaming APIs.
         {
-          "a_key": "", # Properties of the object. Contains field @type with type URL.
+          &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
         },
       ],
+      &quot;data&quot;: &quot;A String&quot;, # The HTTP request/response body as raw binary.
     },
   }
 
@@ -329,7 +329,7 @@
   An object of the form:
 
     { # Message that represents an arbitrary HTTP body. It should only be used for
-      # payload formats that can't be represented as JSON, such as raw binary or
+      # payload formats that can&#x27;t be represented as JSON, such as raw binary or
       # an HTML page.
       #
       #
@@ -367,14 +367,14 @@
       #
       # Use of this type only changes how the request and response bodies are
       # handled, all other features will continue to work unchanged.
-    "contentType": "A String", # The HTTP Content-Type header value specifying the content type of the body.
-    "data": "A String", # The HTTP request/response body as raw binary.
-    "extensions": [ # Application specific response metadata. Must be set in the first response
+    &quot;contentType&quot;: &quot;A String&quot;, # The HTTP Content-Type header value specifying the content type of the body.
+    &quot;extensions&quot;: [ # Application specific response metadata. Must be set in the first response
         # for streaming APIs.
       {
-        "a_key": "", # Properties of the object. Contains field @type with type URL.
+        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
       },
     ],
+    &quot;data&quot;: &quot;A String&quot;, # The HTTP request/response body as raw binary.
   }</pre>
 </div>