Models
class Models extends Resource (View source)
The "models" collection of methods.
Typical usage is:
$bigqueryService = new Google\Service\Bigquery(...);
$models = $bigqueryService->models;
Methods
delete(string $projectId, string $datasetId, string $modelId, array $optParams = [])
Deletes the model specified by modelId from the dataset. (models.delete)
get(string $projectId, string $datasetId, string $modelId, array $optParams = [])
Gets the specified model resource by model ID. (models.get)
listModels(string $projectId, string $datasetId, array $optParams = [])
Lists all models in the specified dataset. Requires the READER dataset role.
Details
delete(string $projectId, string $datasetId, string $modelId, array $optParams = [])
Deletes the model specified by modelId from the dataset. (models.delete)
Model
get(string $projectId, string $datasetId, string $modelId, array $optParams = [])
Gets the specified model resource by model ID. (models.get)
ListModelsResponse
listModels(string $projectId, string $datasetId, array $optParams = [])
Lists all models in the specified dataset. Requires the READER dataset role.
After retrieving the list of models, you can get information about a particular model by calling the models.get method. (models.listModels)