Package com.google.cloud.bigquery
Class ModelTableDefinition
java.lang.Object
com.google.cloud.bigquery.TableDefinition
com.google.cloud.bigquery.ModelTableDefinition
- All Implemented Interfaces:
Serializable
A Google BigQuery Model table definition. This definition is used to represent a BigQuery ML
model.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.google.cloud.bigquery.TableDefinition
TableDefinition.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringReturns the geographic location where the table should reside.abstract LongReturns the size of this table in bytes, excluding any data in the streaming buffer.static ModelTableDefinition.BuilderReturns a builder for a BigQuery ML model table definition.abstract ModelTableDefinition.BuilderReturns a builder for the<ModelTableDefinitionobject.Methods inherited from class com.google.cloud.bigquery.TableDefinition
getSchema, getType
-
Constructor Details
-
ModelTableDefinition
public ModelTableDefinition()
-
-
Method Details
-
getNumBytes
Returns the size of this table in bytes, excluding any data in the streaming buffer. -
getLocation
Returns the geographic location where the table should reside. This value is inherited from the dataset.- See Also:
-
newBuilder
Returns a builder for a BigQuery ML model table definition. -
toBuilder
Returns a builder for the<ModelTableDefinitionobject.- Specified by:
toBuilderin classTableDefinition
-