build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/ml_v1.projects.locations.html b/docs/dyn/ml_v1.projects.locations.html
index 6a39538..2d50495 100644
--- a/docs/dyn/ml_v1.projects.locations.html
+++ b/docs/dyn/ml_v1.projects.locations.html
@@ -117,6 +117,7 @@
An object of the form:
{
+ "name": "A String",
"capabilities": [ # Capabilities available in the location.
{
"availableAccelerators": [ # Available accelerators for the capability.
@@ -125,7 +126,6 @@
"type": "A String",
},
],
- "name": "A String",
}</pre>
</div>
@@ -148,6 +148,7 @@
{
"locations": [ # Locations where at least one type of CMLE capability is available.
{
+ "name": "A String",
"capabilities": [ # Capabilities available in the location.
{
"availableAccelerators": [ # Available accelerators for the capability.
@@ -156,7 +157,6 @@
"type": "A String",
},
],
- "name": "A String",
},
],
"nextPageToken": "A String", # Optional. Pass this token as the `page_token` field of the request for a subsequent call.