We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8d847 commit d55a0f4Copy full SHA for d55a0f4
1 file changed
google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableInfo.java
@@ -32,8 +32,7 @@
32
/**
33
* Google BigQuery table information. Use {@link StandardTableDefinition} to create simple BigQuery
34
* table. Use {@link ViewDefinition} to create a BigQuery view. Use {@link ExternalTableDefinition}
35
- * to create a BigQuery a table backed by external data. Use {@link ModelDefinition} to create a
36
- * BigQuery ML model.
+ * to create a BigQuery a table backed by external data.
37
*
38
* @see <a href="https://cloud.google.com/bigquery/docs/tables">Managing Tables</a>
39
*/
0 commit comments