- 3.25.0 (latest)
- 3.24.0
- 3.23.1
- 3.22.0
- 3.21.0
- 3.20.1
- 3.19.0
- 3.18.0
- 3.17.2
- 3.16.0
- 3.15.0
- 3.14.1
- 3.13.0
- 3.12.0
- 3.11.4
- 3.4.0
- 3.3.6
- 3.2.0
- 3.1.0
- 3.0.1
- 2.34.4
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.1
- 2.29.0
- 2.28.1
- 2.27.1
- 2.26.0
- 2.25.2
- 2.24.1
- 2.23.3
- 2.22.1
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.1
- 2.15.0
- 2.14.0
- 2.13.1
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.2
- 2.5.0
- 2.4.0
- 2.3.1
- 2.2.0
- 2.1.0
- 2.0.0
- 1.28.2
- 1.27.2
- 1.26.1
- 1.25.0
- 1.24.0
- 1.23.1
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
API documentation for bigquery_v2.types
module.
Classes
BoolValue
API documentation for bigquery_v2.types.BoolValue
class.
BytesValue
API documentation for bigquery_v2.types.BytesValue
class.
DeleteModelRequest
Protocol buffer.
Dataset ID of the model to delete.
DoubleValue
API documentation for bigquery_v2.types.DoubleValue
class.
Empty
API documentation for bigquery_v2.types.Empty
class.
FloatValue
API documentation for bigquery_v2.types.FloatValue
class.
GetModelRequest
Protocol buffer.
Dataset ID of the requested model.
Int32Value
API documentation for bigquery_v2.types.Int32Value
class.
Int64Value
API documentation for bigquery_v2.types.Int64Value
class.
ListModelsRequest
Protocol buffer.
Dataset ID of the models to list.
Page token, returned by a previous call to request the next page of results
ListModelsResponse
Protocol buffer.
A token to request the next page of results.
Model
Protocol buffer.
Required. Unique identifier for this model.
Output only. The time when this model was last modified, in millisecs since the epoch.
[Optional] A descriptive name for this model.
[Optional] The time when this model expires, in milliseconds since the epoch. If not present, the model will persist indefinitely. Expired models will be deleted and their storage reclaimed. The defaultTableExpirationMs property of the encapsulating dataset can be used to set a default expirationTime on newly created models.
Output only. Type of the model resource.
Output only. Input feature columns that were used to train this model.
ModelReference
Id path of a model.
.. attribute:: project_id
[Required] The ID of the project containing this model.
[Required] The ID of the model. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
PatchModelRequest
Protocol buffer.
Dataset ID of the model to patch.
Patched model. Follows RFC5789 patch semantics. Missing fields are not updated. To clear a field, explicitly set to default value.
StandardSqlDataType
The type of a variable, e.g., a function argument. Examples: INT64: {type_kind="INT64"} ARRAY: {type_kind="ARRAY", array_element_type="STRING"} STRUCT<x STRING, y ARRAY>: {type_kind="STRUCT", struct_type={fields=[ {name="x", type={type_kind="STRING"}}, {name="y", type={type_kind="ARRAY", array_element_type="DATE"}} ]}}
.. attribute:: type_kind
Required. The top level type of this field. Can be any standard SQL data type (e.g., "INT64", "DATE", "ARRAY").
The fields of this struct, in order, if type_kind = "STRUCT".
StandardSqlField
A field or a column.
.. attribute:: name
Optional. The name of this field. Can be absent for struct fields.
StandardSqlStructType
API documentation for bigquery_v2.types.StandardSqlStructType
class.
StringValue
API documentation for bigquery_v2.types.StringValue
class.
Timestamp
API documentation for bigquery_v2.types.Timestamp
class.
UInt32Value
API documentation for bigquery_v2.types.UInt32Value
class.
UInt64Value
API documentation for bigquery_v2.types.UInt64Value
class.