Lines Matching full:model
36 * Creates a new version of a model from a trained TensorFlow model. If the
38 * the specified model, it will be made the default version of the model. When
39 * you add a version to a model that already has one or more versions, the
44 * @param string $parent Required. The name of the model.
56 * Deletes a model version. Each model can have multiple versions deployed and
58 * You cannot delete the version that is set as the default version of the model
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.
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
95 * @param string $parent Required. The name of the model for which to list the
121 * @param string $name Required. The name of the model.
144 * Designates a version to be the default for the model. The default version is
145 * used for prediction requests made against the model that don't specify a
146 * version. The first version to be created for a model is automatically set as
151 * the model. You can get the names of all the versions of a model by calling