Lines Matching full:versions
26 * The "versions" collection of methods.
30 * $versions = $mlService->versions;
39 * you add a version to a model that already has one or more versions, the
41 * be the default, you must call projects.models.versions.setDefault.
42 * (versions.create)
56 * Deletes a model version. Each model can have multiple versions deployed and
59 * unless it is the only remaining version. (versions.delete)
62 * of all the versions of a model by calling projects.models.versions.list.
73 * Gets information about a model version. Models can have multiple versions.
74 * You can call projects.models.versions.list to get the same information that
75 * this method returns for all of the versions of a model. (versions.get)
88 * Gets basic information about all the versions of a model. If you expect that
89 * a model has many versions, or if you need to handle only a limited number of
91 * (called pages). If there are no versions that match the request parameters,
93 * (versions.listProjectsModelsVersions)
99 * @opt_param string filter Optional. Specifies the subset of versions to
101 * @opt_param int pageSize Optional. The number of versions to retrieve per
119 * `manualScaling.nodes`. (versions.patch)
148 * setting manually using this method. (versions.setDefault)
151 * the model. You can get the names of all the versions of a model by calling
152 * projects.models.versions.list.