File tree Expand file tree Collapse file tree 2 files changed +18
-20
lines changed
google/cloud/bigquery_v2/types Expand file tree Collapse file tree 2 files changed +18
-20
lines changed Original file line number Diff line number Diff line change 1616#
1717
1818from .encryption_config import EncryptionConfiguration
19+ from .model import (
20+ DeleteModelRequest ,
21+ GetModelRequest ,
22+ ListModelsRequest ,
23+ ListModelsResponse ,
24+ Model ,
25+ PatchModelRequest ,
26+ )
1927from .model_reference import ModelReference
2028from .standard_sql import (
2129 StandardSqlDataType ,
2230 StandardSqlField ,
2331 StandardSqlStructType ,
2432)
2533from .table_reference import TableReference
26- from .model import (
27- Model ,
28- GetModelRequest ,
29- PatchModelRequest ,
30- DeleteModelRequest ,
31- ListModelsRequest ,
32- ListModelsResponse ,
33- )
3434
3535__all__ = (
3636 "EncryptionConfiguration" ,
37+ "DeleteModelRequest" ,
38+ "GetModelRequest" ,
39+ "ListModelsRequest" ,
40+ "ListModelsResponse" ,
41+ "Model" ,
42+ "PatchModelRequest" ,
3743 "ModelReference" ,
3844 "StandardSqlDataType" ,
3945 "StandardSqlField" ,
4046 "StandardSqlStructType" ,
4147 "TableReference" ,
42- "Model" ,
43- "GetModelRequest" ,
44- "PatchModelRequest" ,
45- "DeleteModelRequest" ,
46- "ListModelsRequest" ,
47- "ListModelsResponse" ,
4848)
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/python-bigquery.git",
7- "sha": "1823cadee3acf95c516d0479400e4175349ea199 "
7+ "sha": "f0259eb7ed4ff254ee238e87651992ff93481dae "
88 }
99 },
1010 {
1111 "git": {
1212 "name": "googleapis",
1313 "remote": "https://github.com/googleapis/googleapis.git",
14- "sha": "e13001be33d69042a9505e698f792587a804a5cf ",
15- "internalRef": "358152223 "
14+ "sha": "28a591963253d52ce3a25a918cafbdd9928de8cf ",
15+ "internalRef": "361662015 "
1616 }
1717 },
1818 {
9595 "MANIFEST.in",
9696 "docs/_static/custom.css",
9797 "docs/_templates/layout.html",
98- "docs/bigquery_v2/model_service.rst",
99- "docs/bigquery_v2/services.rst",
10098 "docs/bigquery_v2/types.rst",
10199 "docs/conf.py",
102100 "google/cloud/bigquery_v2/__init__.py",
128126 "setup.cfg",
129127 "testing/.gitignore"
130128 ]
131- }
129+ }
You can’t perform that action at this time.
0 commit comments