docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/ml_v1.projects.locations.studies.html b/docs/dyn/ml_v1.projects.locations.studies.html
index 9081644..0044b90 100644
--- a/docs/dyn/ml_v1.projects.locations.studies.html
+++ b/docs/dyn/ml_v1.projects.locations.studies.html
@@ -137,34 +137,20 @@
     "algorithm": "A String", # The search algorithm specified for the study.
     "parameters": [ # Required. The set of parameters to tune.
       { # Represents a single parameter to optimize.
-        "parentCategoricalValues": { # Represents the spec to match categorical values from parent parameter.
-          "values": [ # Matches values of the parent parameter with type 'CATEGORICAL'.
-              # All values must exist in `categorical_value_spec` of parent parameter.
-            "A String",
-          ],
-        },
-        "scaleType": "A String", # How the parameter should be scaled.
-            # Leave unset for categorical parameters.
         "type": "A String", # Required. The type of the parameter.
-        "doubleValueSpec": { # The value spec for a 'DOUBLE' parameter.
-          "minValue": 3.14, # Must be specified if type is `DOUBLE`. Minimum value of the parameter.
-          "maxValue": 3.14, # Must be specified if type is `DOUBLE`. Maximum value of the parameter.
-        },
         "parentDiscreteValues": { # Represents the spec to match discrete values from parent parameter.
           "values": [ # Matches values of the parent parameter with type 'DISCRETE'.
               # All values must exist in `discrete_value_spec` of parent parameter.
             3.14,
           ],
         },
-        "integerValueSpec": { # The value spec for an 'INTEGER' parameter.
-          "maxValue": "A String", # Must be specified if type is `INTEGER`. Maximum value of the parameter.
-          "minValue": "A String", # Must be specified if type is `INTEGER`. Minimum value of the parameter.
+        "doubleValueSpec": { # The value spec for a 'DOUBLE' parameter.
+          "maxValue": 3.14, # Must be specified if type is `DOUBLE`. Maximum value of the parameter.
+          "minValue": 3.14, # Must be specified if type is `DOUBLE`. Minimum value of the parameter.
         },
-        "parentIntValues": { # Represents the spec to match integer values from parent parameter.
-          "values": [ # Matches values of the parent parameter with type 'INTEGER'.
-              # All values must lie in `integer_value_spec` of parent parameter.
-            "A String",
-          ],
+        "integerValueSpec": { # The value spec for an 'INTEGER' parameter.
+          "minValue": "A String", # Must be specified if type is `INTEGER`. Minimum value of the parameter.
+          "maxValue": "A String", # Must be specified if type is `INTEGER`. Maximum value of the parameter.
         },
         "categoricalValueSpec": { # The value spec for a 'CATEGORICAL' parameter.
           "values": [ # Must be specified if type is `CATEGORICAL`.
@@ -172,6 +158,12 @@
             "A String",
           ],
         },
+        "parentIntValues": { # Represents the spec to match integer values from parent parameter.
+          "values": [ # Matches values of the parent parameter with type 'INTEGER'.
+              # All values must lie in `integer_value_spec` of parent parameter.
+            "A String",
+          ],
+        },
         "parameter": "A String", # Required. The parameter name must be unique amongst all ParameterSpecs.
         "childParameterSpecs": [ # A child node is active if the parameter's value matches the child node's
             # matching_parent_values.
@@ -189,6 +181,14 @@
             3.14,
           ],
         },
+        "parentCategoricalValues": { # Represents the spec to match categorical values from parent parameter.
+          "values": [ # Matches values of the parent parameter with type 'CATEGORICAL'.
+              # All values must exist in `categorical_value_spec` of parent parameter.
+            "A String",
+          ],
+        },
+        "scaleType": "A String", # How the parameter should be scaled.
+            # Leave unset for categorical parameters.
       },
     ],
   },
@@ -239,34 +239,20 @@
       "algorithm": "A String", # The search algorithm specified for the study.
       "parameters": [ # Required. The set of parameters to tune.
         { # Represents a single parameter to optimize.
-          "parentCategoricalValues": { # Represents the spec to match categorical values from parent parameter.
-            "values": [ # Matches values of the parent parameter with type 'CATEGORICAL'.
-                # All values must exist in `categorical_value_spec` of parent parameter.
-              "A String",
-            ],
-          },
-          "scaleType": "A String", # How the parameter should be scaled.
-              # Leave unset for categorical parameters.
           "type": "A String", # Required. The type of the parameter.
-          "doubleValueSpec": { # The value spec for a 'DOUBLE' parameter.
-            "minValue": 3.14, # Must be specified if type is `DOUBLE`. Minimum value of the parameter.
-            "maxValue": 3.14, # Must be specified if type is `DOUBLE`. Maximum value of the parameter.
-          },
           "parentDiscreteValues": { # Represents the spec to match discrete values from parent parameter.
             "values": [ # Matches values of the parent parameter with type 'DISCRETE'.
                 # All values must exist in `discrete_value_spec` of parent parameter.
               3.14,
             ],
           },
-          "integerValueSpec": { # The value spec for an 'INTEGER' parameter.
-            "maxValue": "A String", # Must be specified if type is `INTEGER`. Maximum value of the parameter.
-            "minValue": "A String", # Must be specified if type is `INTEGER`. Minimum value of the parameter.
+          "doubleValueSpec": { # The value spec for a 'DOUBLE' parameter.
+            "maxValue": 3.14, # Must be specified if type is `DOUBLE`. Maximum value of the parameter.
+            "minValue": 3.14, # Must be specified if type is `DOUBLE`. Minimum value of the parameter.
           },
-          "parentIntValues": { # Represents the spec to match integer values from parent parameter.
-            "values": [ # Matches values of the parent parameter with type 'INTEGER'.
-                # All values must lie in `integer_value_spec` of parent parameter.
-              "A String",
-            ],
+          "integerValueSpec": { # The value spec for an 'INTEGER' parameter.
+            "minValue": "A String", # Must be specified if type is `INTEGER`. Minimum value of the parameter.
+            "maxValue": "A String", # Must be specified if type is `INTEGER`. Maximum value of the parameter.
           },
           "categoricalValueSpec": { # The value spec for a 'CATEGORICAL' parameter.
             "values": [ # Must be specified if type is `CATEGORICAL`.
@@ -274,6 +260,12 @@
               "A String",
             ],
           },
+          "parentIntValues": { # Represents the spec to match integer values from parent parameter.
+            "values": [ # Matches values of the parent parameter with type 'INTEGER'.
+                # All values must lie in `integer_value_spec` of parent parameter.
+              "A String",
+            ],
+          },
           "parameter": "A String", # Required. The parameter name must be unique amongst all ParameterSpecs.
           "childParameterSpecs": [ # A child node is active if the parameter's value matches the child node's
               # matching_parent_values.
@@ -291,6 +283,14 @@
               3.14,
             ],
           },
+          "parentCategoricalValues": { # Represents the spec to match categorical values from parent parameter.
+            "values": [ # Matches values of the parent parameter with type 'CATEGORICAL'.
+                # All values must exist in `categorical_value_spec` of parent parameter.
+              "A String",
+            ],
+          },
+          "scaleType": "A String", # How the parameter should be scaled.
+              # Leave unset for categorical parameters.
         },
       ],
     },
@@ -372,34 +372,20 @@
       "algorithm": "A String", # The search algorithm specified for the study.
       "parameters": [ # Required. The set of parameters to tune.
         { # Represents a single parameter to optimize.
-          "parentCategoricalValues": { # Represents the spec to match categorical values from parent parameter.
-            "values": [ # Matches values of the parent parameter with type 'CATEGORICAL'.
-                # All values must exist in `categorical_value_spec` of parent parameter.
-              "A String",
-            ],
-          },
-          "scaleType": "A String", # How the parameter should be scaled.
-              # Leave unset for categorical parameters.
           "type": "A String", # Required. The type of the parameter.
-          "doubleValueSpec": { # The value spec for a 'DOUBLE' parameter.
-            "minValue": 3.14, # Must be specified if type is `DOUBLE`. Minimum value of the parameter.
-            "maxValue": 3.14, # Must be specified if type is `DOUBLE`. Maximum value of the parameter.
-          },
           "parentDiscreteValues": { # Represents the spec to match discrete values from parent parameter.
             "values": [ # Matches values of the parent parameter with type 'DISCRETE'.
                 # All values must exist in `discrete_value_spec` of parent parameter.
               3.14,
             ],
           },
-          "integerValueSpec": { # The value spec for an 'INTEGER' parameter.
-            "maxValue": "A String", # Must be specified if type is `INTEGER`. Maximum value of the parameter.
-            "minValue": "A String", # Must be specified if type is `INTEGER`. Minimum value of the parameter.
+          "doubleValueSpec": { # The value spec for a 'DOUBLE' parameter.
+            "maxValue": 3.14, # Must be specified if type is `DOUBLE`. Maximum value of the parameter.
+            "minValue": 3.14, # Must be specified if type is `DOUBLE`. Minimum value of the parameter.
           },
-          "parentIntValues": { # Represents the spec to match integer values from parent parameter.
-            "values": [ # Matches values of the parent parameter with type 'INTEGER'.
-                # All values must lie in `integer_value_spec` of parent parameter.
-              "A String",
-            ],
+          "integerValueSpec": { # The value spec for an 'INTEGER' parameter.
+            "minValue": "A String", # Must be specified if type is `INTEGER`. Minimum value of the parameter.
+            "maxValue": "A String", # Must be specified if type is `INTEGER`. Maximum value of the parameter.
           },
           "categoricalValueSpec": { # The value spec for a 'CATEGORICAL' parameter.
             "values": [ # Must be specified if type is `CATEGORICAL`.
@@ -407,6 +393,12 @@
               "A String",
             ],
           },
+          "parentIntValues": { # Represents the spec to match integer values from parent parameter.
+            "values": [ # Matches values of the parent parameter with type 'INTEGER'.
+                # All values must lie in `integer_value_spec` of parent parameter.
+              "A String",
+            ],
+          },
           "parameter": "A String", # Required. The parameter name must be unique amongst all ParameterSpecs.
           "childParameterSpecs": [ # A child node is active if the parameter's value matches the child node's
               # matching_parent_values.
@@ -424,6 +416,14 @@
               3.14,
             ],
           },
+          "parentCategoricalValues": { # Represents the spec to match categorical values from parent parameter.
+            "values": [ # Matches values of the parent parameter with type 'CATEGORICAL'.
+                # All values must exist in `categorical_value_spec` of parent parameter.
+              "A String",
+            ],
+          },
+          "scaleType": "A String", # How the parameter should be scaled.
+              # Leave unset for categorical parameters.
         },
       ],
     },
@@ -482,34 +482,20 @@
           "algorithm": "A String", # The search algorithm specified for the study.
           "parameters": [ # Required. The set of parameters to tune.
             { # Represents a single parameter to optimize.
-              "parentCategoricalValues": { # Represents the spec to match categorical values from parent parameter.
-                "values": [ # Matches values of the parent parameter with type 'CATEGORICAL'.
-                    # All values must exist in `categorical_value_spec` of parent parameter.
-                  "A String",
-                ],
-              },
-              "scaleType": "A String", # How the parameter should be scaled.
-                  # Leave unset for categorical parameters.
               "type": "A String", # Required. The type of the parameter.
-              "doubleValueSpec": { # The value spec for a 'DOUBLE' parameter.
-                "minValue": 3.14, # Must be specified if type is `DOUBLE`. Minimum value of the parameter.
-                "maxValue": 3.14, # Must be specified if type is `DOUBLE`. Maximum value of the parameter.
-              },
               "parentDiscreteValues": { # Represents the spec to match discrete values from parent parameter.
                 "values": [ # Matches values of the parent parameter with type 'DISCRETE'.
                     # All values must exist in `discrete_value_spec` of parent parameter.
                   3.14,
                 ],
               },
-              "integerValueSpec": { # The value spec for an 'INTEGER' parameter.
-                "maxValue": "A String", # Must be specified if type is `INTEGER`. Maximum value of the parameter.
-                "minValue": "A String", # Must be specified if type is `INTEGER`. Minimum value of the parameter.
+              "doubleValueSpec": { # The value spec for a 'DOUBLE' parameter.
+                "maxValue": 3.14, # Must be specified if type is `DOUBLE`. Maximum value of the parameter.
+                "minValue": 3.14, # Must be specified if type is `DOUBLE`. Minimum value of the parameter.
               },
-              "parentIntValues": { # Represents the spec to match integer values from parent parameter.
-                "values": [ # Matches values of the parent parameter with type 'INTEGER'.
-                    # All values must lie in `integer_value_spec` of parent parameter.
-                  "A String",
-                ],
+              "integerValueSpec": { # The value spec for an 'INTEGER' parameter.
+                "minValue": "A String", # Must be specified if type is `INTEGER`. Minimum value of the parameter.
+                "maxValue": "A String", # Must be specified if type is `INTEGER`. Maximum value of the parameter.
               },
               "categoricalValueSpec": { # The value spec for a 'CATEGORICAL' parameter.
                 "values": [ # Must be specified if type is `CATEGORICAL`.
@@ -517,6 +503,12 @@
                   "A String",
                 ],
               },
+              "parentIntValues": { # Represents the spec to match integer values from parent parameter.
+                "values": [ # Matches values of the parent parameter with type 'INTEGER'.
+                    # All values must lie in `integer_value_spec` of parent parameter.
+                  "A String",
+                ],
+              },
               "parameter": "A String", # Required. The parameter name must be unique amongst all ParameterSpecs.
               "childParameterSpecs": [ # A child node is active if the parameter's value matches the child node's
                   # matching_parent_values.
@@ -534,6 +526,14 @@
                   3.14,
                 ],
               },
+              "parentCategoricalValues": { # Represents the spec to match categorical values from parent parameter.
+                "values": [ # Matches values of the parent parameter with type 'CATEGORICAL'.
+                    # All values must exist in `categorical_value_spec` of parent parameter.
+                  "A String",
+                ],
+              },
+              "scaleType": "A String", # How the parameter should be scaled.
+                  # Leave unset for categorical parameters.
             },
           ],
         },