Class ModelTableDefinition (2.39.1)
Stay organized with collections
Save and categorize content based on your preferences.
public abstract class ModelTableDefinition extends TableDefinition
A Google BigQuery Model table definition. This definition is used to represent a BigQuery ML
model.
See Also: BigQuery ML Model
Static Methods
newBuilder()
public static ModelTableDefinition.Builder newBuilder()
Returns a builder for a BigQuery ML model table definition.
Constructors
ModelTableDefinition()
public ModelTableDefinition()
Methods
getLocation()
public abstract String getLocation()
Returns the geographic location where the table should reside. This value is inherited from the
dataset.
See Also: Dataset Location
Returns |
Type |
Description |
String |
|
getNumBytes()
public abstract Long getNumBytes()
Returns the size of this table in bytes, excluding any data in the streaming buffer.
Returns |
Type |
Description |
Long |
|
toBuilder()
public abstract ModelTableDefinition.Builder toBuilder()
Returns a builder for the <ModelTableDefinition
object.
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-10 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-09-10 UTC."}