File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
google/cloud/bigquery_v2/services/centralized_services Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -158,23 +158,3 @@ def list_models(
158158 """
159159 kwargs = _drop_self_key (locals ())
160160 return self .model_service_client .list_models (** kwargs )
161-
162-
163- # ===============================================
164- # Sample TODO: Relocate this to a samples file
165- # ===============================================
166-
167- # # Instantiate BQClient class
168- # bqclient = BigQueryClient()
169-
170- # # Instantiate Request class
171- # get_dataset_request = GetDatasetRequest(
172- # project_id=PROJECT_ID,
173- # dataset_id="experimental",
174- # )
175-
176- # # Generate response
177- # dataset = bqclient.get_dataset(request=get_dataset_request)
178-
179- # # Display response
180- # print(f"GET DATASET:\n\t{dataset.id=}\n")
You can’t perform that action at this time.
0 commit comments