Lines Matching full:models
24 * The "models" collection of methods.
28 * $models = $bigqueryService->models;
31 class Models extends \Google\Service\Resource class
34 * Deletes the model specified by modelId from the dataset. (models.delete)
48 * Gets the specified model resource by model ID. (models.get)
63 * Lists all models in the specified dataset. Requires the READER dataset role.
64 * After retrieving the list of models, you can get information about a
65 * particular model by calling the models.get method. (models.listModels)
67 * @param string $projectId Required. Project ID of the models to list.
68 * @param string $datasetId Required. Dataset ID of the models to list.
85 * Patch specific fields in the specified model. (models.patch)
103 class_alias(Models::class, 'Google_Service_Bigquery_Resource_Models');