The destination object. May be
aGoogle\Cloud\Storage\StorageObjector a URI pointing to
a Google Cloud Storage object in the format ofgs://{bucket-name}/{object-name}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# BigQuery Client - Class Model (1.34.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.34.0 (latest)](/php/docs/reference/cloud-bigquery/latest/Model)\n- [1.33.1](/php/docs/reference/cloud-bigquery/1.33.1/Model)\n- [1.32.0](/php/docs/reference/cloud-bigquery/1.32.0/Model)\n- [1.31.1](/php/docs/reference/cloud-bigquery/1.31.1/Model)\n- [1.30.3](/php/docs/reference/cloud-bigquery/1.30.3/Model)\n- [1.29.0](/php/docs/reference/cloud-bigquery/1.29.0/Model)\n- [1.28.3](/php/docs/reference/cloud-bigquery/1.28.3/Model)\n- [1.27.0](/php/docs/reference/cloud-bigquery/1.27.0/Model)\n- [1.26.1](/php/docs/reference/cloud-bigquery/1.26.1/Model)\n- [1.25.1](/php/docs/reference/cloud-bigquery/1.25.1/Model)\n- [1.24.2](/php/docs/reference/cloud-bigquery/1.24.2/Model)\n- [1.23.10](/php/docs/reference/cloud-bigquery/1.23.10/Model) \nReference documentation and code samples for the BigQuery Client class Model.\n\nA [BigQuery ML](https://cloud.google.com/bigquery-ml/docs/) Model represents what an ML system has learned from\nthe training data.\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ BigQuery\n\nMethods\n-------\n\n### __construct\n\n### info\n\nSee also:\n\n- [Model resource documentation.](https://cloud.google.com/bigquery/docs/reference/rest/v2/models)\n\n### reload\n\nSee also:\n\n- [Models get API documentation.](https://cloud.google.com/bigquery/docs/reference/rest/v2/models/get)\n\n### id\n\nRetrieves the model's ID.\n\nExample: \n\n echo $model-\u003eid();\n\n### identity\n\nRetrieves the model's identity.\n\nAn identity provides a description of a resource that is nested in nature.\n\nExample: \n\n echo $model-\u003eidentity()['modelId'];\n\n### delete\n\nSee also:\n\n- [Models delete API documentation.](https://cloud.google.com/bigquery/docs/reference/rest/v2/models/delete)\n\n### exists\n\nCheck whether or not the model exists.\n\nExample: \n\n echo $model-\u003eexists();\n\n### update\n\nSee also:\n\n- [Model's patch API documentation.](https://cloud.google.com/bigquery/docs/reference/rest/v2/models/patch)\n- [Patch (Partial Update)](https://cloud.google.com/bigquery/docs/api-performance#patch)\n\n### extract\n\nSee also:\n\n- [Jobs insert API Documentation.](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/insert)"]]