This repository was archived by the owner on Mar 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1515# limitations under the License.
1616#
1717
18- from . services . model_service import ModelServiceClient
18+
1919from .types .encryption_config import EncryptionConfiguration
2020from .types .model import DeleteModelRequest
2121from .types .model import GetModelRequest
4141 "StandardSqlDataType" ,
4242 "StandardSqlField" ,
4343 "StandardSqlStructType" ,
44- "ModelServiceClient" ,
4544)
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "git@github.com:plamut/python-bigquery.git",
7- "sha": "27fd9a439a03192fccf1078f0c8ada843df5ae2e "
7+ "sha": "49b06a4a2f9f240829110c8c34f5957087a88180 "
88 }
99 },
1010 {
Original file line number Diff line number Diff line change 7575 ),
7676)
7777
78+ # Do not expose ModelServiceClient, as there is no public API endpoint for the
79+ # models service.
80+ s .replace (
81+ "google/cloud/bigquery_v2/__init__.py" ,
82+ r"from \.services\.model_service import ModelServiceClient" ,
83+ "" ,
84+ )
85+ s .replace (
86+ "google/cloud/bigquery_v2/__init__.py" ,
87+ r"""["']ModelServiceClient["'],""" ,
88+ "" ,
89+ )
90+
7891# Adjust Model docstring so that Sphinx does not think that "predicted_" is
7992# a reference to something, issuing a false warning.
8093s .replace (
You can’t perform that action at this time.
0 commit comments