Package types (2.20.0)

API documentation for bigquery_v2.types package.

Classes

DeleteModelRequest

EncryptionConfiguration

GetModelRequest

ListModelsRequest

ListModelsResponse

Model

ModelReference

Id path of a model. .. attribute:: project_id

Required. The ID of the project containing this model.

:type: str

PatchModelRequest

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"}} ]}}

StandardSqlField

A field or a column. .. attribute:: name

Optional. The name of this field. Can be absent for struct fields.

:type: str

StandardSqlStructType

TableReference