Lines Matching full:models
29 * The "models" collection of methods.
33 * $models = $mlService->models;
41 * versions by calling projects.models.versions.create. (models.create)
56 * You can delete versions by calling projects.models.versions.delete.
57 * (models.delete)
72 * deployed). (models.get)
86 * resource exists and does not have a policy set. (models.getIamPolicy)
114 * Lists the models in a project. Each project can contain multiple models, and
115 * each model can have multiple versions. If there are no models that match the
117 * (models.listProjectsModels)
119 * @param string $parent Required. The name of the project whose models are to
123 * @opt_param string filter Optional. Specifies the subset of models to
125 * @opt_param int pageSize Optional. The number of models to retrieve per "page"
142 * update are `description` and `default_version.name`. (models.patch)
166 * `PERMISSION_DENIED` errors. (models.setIamPolicy)
186 * This operation may "fail open" without warning. (models.testIamPermissions)