File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
google/cloud/bigquery_v2/services/centralized_service Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -168,22 +168,3 @@ def list_models(
168168 kwargs = _drop_self_key (locals ())
169169 return self .model_service_client .list_models (** kwargs )
170170
171-
172- # ===============================================
173- # Sample TODO: Relocate this to a samples file
174- # ===============================================
175-
176- # Instantiate BQClient class
177- bqclient = BigQueryClient ()
178-
179- # Instantiate Request class
180- get_dataset_request = dataset .GetDatasetRequest (
181- project_id = PROJECT_ID ,
182- dataset_id = "experimental" ,
183- )
184-
185- # Generate response
186- dataset = bqclient .get_dataset (request = get_dataset_request )
187-
188- # Display response
189- print (f"GET DATASET:\n \t { dataset .id = } \n " )
You can’t perform that action at this time.
0 commit comments